背景:
我正在尝试使用PyInstaller将简单的脚本编写成单个可执行文件。但是,每次我尝试运行pyinstaller.py
(当然导航到pyinstaller文件夹后)我都会收到错误:
TypeError: compile() expected string without null bytes
以下是full console output和script itself。谁知道出了什么问题?
答案 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是否使用了另一个..