2007年01月25日 星期四 02:25
用 IronPython 编译 Python 到 .Net Exe 文件的方法 假设 你有 一个 a.py 文件 内容是: print "hi" 这样编译 : ipy -X:SaveAssemblies a.py 生成: 4,608 a.exe 11,776 a.pdb 两个文件。 ^_^ -- Linker M Lin linkerlin88在gmail.com ※※※※※※※※※ ※※我思故我在※※ ※※※※※※※※※ -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070125/7512413b/attachment.html
2007年01月27日 星期六 23:44
.pdb 是保存调试信息的,可以删掉。 :-) 2007/1/25, Linker Lin <linkerlin88在gmail.com>: > > 用 IronPython 编译 Python 到 .Net Exe 文件的方法 > > 假设 你有 一个 a.py 文件 内容是: > print "hi" > > 这样编译 : > ipy -X:SaveAssemblies a.py > > 生成: > > 4,608 a.exe > 11,776 a.pdb > 两个文件。 > ^_^ > > -- > Linker M Lin > linkerlin88在gmail.com > ※※※※※※※※※ > ※※我思故我在※※ > ※※※※※※※※※ > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年01月29日 星期一 11:08
将python编译成exe有什么比较好的工具没有 __________________________________________________ ¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.com
2007年01月29日 星期一 22:54
py2exe http://www.py2exe.org ----- Original Message ----- From: "YySwing" <yyswing_python在yahoo.com.cn> To: <python-chinese在lists.python.cn> Sent: Monday, January 29, 2007 11:08 AM Subject: Re: [python-chinese] 用 IronPython 编译 Python 到 .Net Exe 文件的方法 > 将python编译成exe有什么比较好的工具没有 > __________________________________________________ > ϿעŻ? > http://cn.mail.yahoo.com > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号