PyInstaller 2.0 TypeError:compile()期望字符串没有bull字节

时间:2013-01-17 00:04:22

标签: python-2.7 typeerror pyinstaller

背景:

  • Mac OSX 10.7.5
  • Python 2.7.3
  • PyInstaller 2.0

我正在尝试使用PyInstaller将简单的脚本编写成单个可执行文件。但是,每次我尝试运行pyinstaller.py(当然导航到pyinstaller文件夹后)我都会收到错误:

TypeError: compile() expected string without null bytes

以下是full console outputscript itself。谁知道出了什么问题?

1 个答案:

答案 0 :(得分:0)

我得到了同样的错误。我刚刚找到了这个链接(http://www.gossamer-threads.com/lists/python/python/821709)以及您对这个错误的怀疑。

我曾尝试安装cx_freeze(https://pypi.python.org/pypi/cx_Freeze/4.3.1),但收到了错误消息:

pip install cx_freeze

error: option --single-version-externally-managed not recognized

我不知道一个lib是否使用了另一个..