Python论坛  - 讨论区

标题:[python-chinese] 关于py2exe的问题

2005年12月31日 星期六 11:44

andelf andelf at 163.com
Sat Dec 31 11:44:49 HKT 2005

用命令python setup.py py2exe生成文件,可是在dist目录下并没有example文件夹,只有如下文件(py2exe安装没问题的)
bz2.pyd
unicodedata.pyd
zlib.pyd
w9xpopen.exe
python24.dll
MSVCR71.dll
library.zip 

setup.py文件如下
# setup.py
from distutils.core import setup
import py2exe

setup(name="example",
scripts=["update.py"],
)

update.py是我写好的文件 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051231/f36d8660/attachment.html

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

2005年12月31日 星期六 12:01

Qiangning Hong hongqn at gmail.com
Sat Dec 31 12:01:32 HKT 2005

andelf wrote:
> 用命令python setup.py py2exe生成文件,可是在dist目录下并没有example文件
> 夹,只有如下文件(py2exe安装没问题的)
> bz2.pyd
> unicodedata.pyd
> zlib.pyd
> w9xpopen.exe
> python24.dll
> MSVCR71.dll
> library.zip
> 
> setup.py文件如下
> # setup.py
> from distutils.core import setup
> import py2exe
> 
> setup(name="example",
> scripts=["update.py"],

把这个改成

console=["update.py"]

> )
> 
> update.py是我写好的文件


-- 
Qiangning Hong
http://hongqn.hn.org
Registered Linux User #396996

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号