2005年06月20日 星期一 16:39
我用的是winxp,python2.4,按了py2exe,并按照教材写了下面的exe生成文件 # setup.py from distutils.core import setup import glob import py2exe setup(name="a", scripts=["a.py"],) 但当我执行时总提示error:file 'a.py' does not exist 我的文件目录放在E:\Python24 我单独执行a.py又没有问题,请大家帮帮忙吧。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050620/0f2f707a/attachment.html
2005年06月19日 星期日 21:04
要把setup.py放在a.py同一个目录下,执行"python setup.py setup" 张凌天 wrote: > 我用的是 winxp,python2.4,按了py2exe,并按照教材写了下面的exe生成文件 > # setup.py > > from distutils.core import setup > > import glob > > import py2exe > > setup(name="a", > > scripts=["a.py"],) > > 但当我执行时总提示error:file 'a.py' does not exist > > 我的文件目录放在E:\Python24 > 我单独执行a.py又没有问题,请大家帮帮忙吧。 > > > > > > 什么邮箱可以注册长度3位用户名,好记又好用? > <http://www.188.com/index.htm?from=footer_other.com> > >------------------------------------------------------------------------ > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > >
Zeuux © 2025
京ICP备05028076号