Python论坛  - 讨论区

标题:[python-chinese] 入门请教

2004年09月04日 星期六 13:54

笑剑飞霜 1238168 at 163.com
Sat Sep 4 13:54:59 HKT 2004

我用Python的IDLE进行写了第一个程序"哈罗我",请问Python可以将我的"哈罗我"变成EXE的Windows那样的应用程序吗?我看了很多资料都是语法的介绍和在IDLE里面才可以运行的句子,可是都没有看见如何写程序并将程序变为可以使用的应用程序,请大家告诉我如何让我的"哈罗我"变成一个窗体的应用程序那样动起来,谢谢

-------------------------------------------------------------------------------------
周杰伦在"第一现场"与你面对面 http://smspop.163.com/special/jay200408/index2.html

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

2004年09月04日 星期六 14:22

lilin lin.li at samsung.com
Sat Sep 4 14:22:51 HKT 2004

上网查找py2exe.
还是比较好用的.
以前列表里面讨论过
----- Original Message ----- 
From: "笑剑飞霜" <1238168 at 163.com>
To: <python-chinese at lists.python.cn>
Sent: Saturday, September 04, 2004 1:54 PM
Subject: [python-chinese] 入门请教


> 我用Python的IDLE进行写了第一个程序"哈罗我",请问Python可以将我的"哈罗我"变成EXE的Windows那样的应用程序吗?我看了很多资料都是语法的介绍和在IDLE里面才可以运行的句子,可是都没有看见如何写程序并将程序变为可以使用的应用程序,请大家告诉我如何让我的"哈罗我"变成一个窗体的应用程序那样动起来,谢谢
> 
> -------------------------------------------------------------------------------------
> 周杰伦在"第一现场"与你面对面 http://smspop.163.com/special/jay200408/index2.html


--------------------------------------------------------------------------------


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 

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

2004年09月04日 星期六 14:49

Ma Quanyi genedna at gmail.com
Sat Sep 4 14:49:35 HKT 2004

# setup.py
from distutils.core import setup
import py2exe

setup(name="myscript",
scripts=["myscript.py"],
)
再通过python的执行:
python setup.py py2exe



On Sat, 04 Sep 2004 14:22:51 +0800, lilin <lin.li at samsung.com> wrote:
> 上网查找py2exe.
> 还是比较好用的.
> 以前列表里面讨论过
> 
> 
> ----- Original Message -----
> From: "笑剑飞霜" <1238168 at 163.com>
> To: <python-chinese at lists.python.cn>
> Sent: Saturday, September 04, 2004 1:54 PM
> Subject: [python-chinese] 入门请教
> 
> > 我用Python的IDLE进行写了第一个程序"哈罗我",请问Python可以将我的"哈罗我"变成EXE的Windows那样的应用程序吗?我看了很多资料都是语法的介绍和在IDLE里面才可以运行的句子,可是都没有看见如何写程序并将程序变为可以使用的应用程序,请大家告诉我如何让我的"哈罗我"变成一个窗体的应用程序那样动起来,谢谢
> >
> > -------------------------------------------------------------------------------------
> > 周杰伦在"第一现场"与你面对面 http://smspop.163.com/special/jay200408/index2.html
> 
> 
> --------------------------------------------------------------------------------
> 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>


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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号