需要帮助来解决错误使用py2exe缺失

时间:2013-02-11 07:24:10

标签: import installation py2exe missing-data

以下模块似乎缺失

  • email.Generator
  • email.Iterators
  • email.Utils
  • WIN32API
  • win32con
  • w in32pipe
  • WX

我的设置文件如下所示:

from distutils.core import setup
import py2exe
setup(console=['fwsm_migration.py'])

我正在使用Python 2.5.4和py2exe 0.6.8

在这里和外面寻找一个特殊的解决方案,但没有找到一个!!

阅读关于使用“optoins:但是对python本身不熟悉的人不知道该去哪做。

请帮助!

1 个答案:

答案 0 :(得分:0)

试试cx_freeze。在没有任何配置的情况下使用py2exe cx_freeze编译我的脚本之后。在相同的环境中,Py2exe声称我错过了九个包裹。

对于简单的脚本,您只需要这样做:

cxfreeze hello.py --target-dir dist