2005年06月21日 星期二 13:20
winxp系统
安装了python2.4
py2exe-0.5.4.win32-py2.4.exe
wxPython2.6-win32-ansi-2.6.1.0-py24.exe
这是我写的setup.py
from distutils.core import setup
import glob
import py2exe
setup(name="a",
scripts=["a.py"],)
我把setup.py和a.py都放在E:\Python24目录下了,还是不行!
运行后显示
running py2exe
running build_scripts
error:file 'a.py' does not exist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050621/efd49444/attachment.html
2005年06月21日 星期二 13:35
我的测试是这样的:
d:\
|--------a.py
|--------setup.py
setup.py:
from distutils.core import setup
import py2exe
setup(
name="a",
console = ["a.py"]
)
这是生成一个命令行程序,如果要windows程序,则为:
from distutils.core import setup
import py2exe
setup(
name="a",
windows = ["test_wx.py"],
)
具体示在python的安装目录下的lib/site-packages/py2exe/samples下面有好几个,可以参考。
在 05-6-21,BlueKey<bluekey1119 at 126.com> 写道:
> winxp系统
> 安装了python2.4
> py2exe-0.5.4.win32-py2.4.exe
> wxPython2.6-win32-ansi-2.6.1.0-py24.exe
> 这是我写的setup.py
> from distutils.core import setup
>
> import glob
>
> import py2exe
>
> setup(name="a",
>
> scripts=["a.py"],)
>
> 我把setup.py和a.py都放在E:\Python24目录下了,还是不行!
> 运行后显示
> running py2exe
> running build_scripts
> error:file 'a.py' does not exist
>
>
>
>
>
>
>
>
> 什么邮箱可以注册长度3位用户名,好记又好用?
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
--
I like python!
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年06月21日 星期二 13:48
BlueKey wrote:
> winxp系统
> 安装了python2.4
> py2exe-0.5.4.win32-py2.4.exe
> wxPython2.6-win32-ansi-2.6.1.0-py24.exe
> 这是我写的setup.py
> from distutils.core import setup
>
> import glob
>
> import py2exe
>
> setup(name="a",
>
> scripts=["a.py"],)
>
> 我把setup.py和a.py都放在E:\Python24目录下了,还是不行!
> 运行后显示
> running py2exe
> running build_scripts
> error:file 'a.py' does not exist
>
你是在哪个目录下运行的呢?
--
Qiangning Hong
_____________________________________________________________
( index, n.: )
( )
( Alphabetical list of words of no possible interest where an )
( )
( alphabetical list of subjects with references ought to be. )
-------------------------------------------------------------
o
o \
\ /\
( )
.( o ).
Zeuux © 2025
京ICP备05028076号