Python论坛  - 讨论区

标题:[python-chinese] 刚学python,问个关于py2exe的问题。

2005年06月21日 星期二 13:20

BlueKey bluekey1119 at 126.com
Tue Jun 21 13:20:03 HKT 2005

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

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

2005年06月21日 星期二 13:35

limodou limodou at gmail.com
Tue Jun 21 13:35:16 HKT 2005

我的测试是这样的:

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

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

2005年06月21日 星期二 13:48

Qiangning Hong hongqn at gmail.com
Tue Jun 21 13:48:55 HKT 2005

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 ).

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号