Python论坛  - 讨论区

标题:Re: [python-chinese] Python能不能编译成可执行文件,而不需要在系统上安装python就可以运行的方式!?

2006年03月21日 星期二 22:43

刘鑫 march.liu at gmail.com
Tue Mar 21 22:43:01 HKT 2006

严格来说,不能,不过类似Py2Exe这样的工具可以把虚拟机和所需的运行时库以及你的代码按尽可能紧缩的方式打成一个包,对于用户,他感觉到的就是安装和使用一个普通的应用程序。BT的bin版本就是用这种方式发布的。

在06-3-21,杨锐 <yrmail at 163.com> 写道:
>
>
> Python能不能编译成可执行文件,而不需要在系统上安装python就可以运行的方式!?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060321/dc6bca58/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月22日 星期三 21:30

杨锐 yrmail at 163.com
Wed Mar 22 21:30:56 HKT 2006

感谢大家的答复,我终于可以完全不Perl了!      祝大家好运!

 

  _____  

发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 刘鑫
发送时间: 2006年3月21日 22:43
收件人: python-chinese at lists.python.cn
主题: Re: [python-chinese] Python能不能编译成可执行文件,而不需要在系统上安
装python就可以运行的方式!?

 

严格来说,不能,不过类似Py2Exe这样的工具可以把虚拟机和所需的运行时库以及你的
代码按尽可能紧缩的方式打成一个包,对于用户,他感觉到的就是安装和使用一个普通
的应用程序。BT的bin版本就是用这种方式发布的。

在06-3-21,杨锐 < yrmail at 163.com yrmail at 163.com> > 写道:


Python能不能编译成可执行文件,而不需要在系统上安装python就可以运行的方式!?

_______________________________________________ 
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn 
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese 




-- 
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060322/efe65e05/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月23日 星期四 22:53

FireBird ygonic at gmail.com
Thu Mar 23 22:53:59 HKT 2006

在 06-3-21,刘鑫<march.liu at gmail.com> 写道:
>对于用户,他感觉到的就是安装和使用一个普通的应用程序。
不太明白这句话的含义。不过用py2exe就可以将其编译成EXE程序,如果要做成安装包,随便用一个打包工具就好了,比如:Installshiel.

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 11:03

Alan Huang hygool at gmail.com
Wed Mar 29 11:03:55 HKT 2006

用py2exe编完的exe文件,比如helloworld.exe,
为什么都要输入helloworld.exe--help才能执行?不加后面的help会提示说参数不对。

On 3/23/06, FireBird <ygonic at gmail.com> wrote:
>
> 在 06-3-21,刘鑫<march.liu at gmail.com> 写道:
> >对于用户,他感觉到的就是安装和使用一个普通的应用程序。
> 不太明白这句话的含义。不过用py2exe就可以将其编译成EXE程序,如果要做成安装包,随便用一个打包工具就好了,比如:Installshiel.
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
Yours Sincerely,
Alan Huang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/04abc19a/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 17:04

刘鑫 march.liu at gmail.com
Wed Mar 29 17:04:54 HKT 2006

因为那个EXE在运行的时候,还是执行的Python虚拟机,加载Python字节码,等等等等,只是对用户来说透明,他们看不到这个过程。

在06-3-23,FireBird <ygonic at gmail.com> 写道:
>
> 在 06-3-21,刘鑫<march.liu at gmail.com> 写道:
> >对于用户,他感觉到的就是安装和使用一个普通的应用程序。
> 不太明白这句话的含义。不过用py2exe就可以将其编译成EXE程序,如果要做成安装包,随便用一个打包工具就好了,比如:Installshiel.
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/9b05ae7a/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号