Pyinstaller似乎不适用于Python 3.5.3

时间:2017-02-12 13:58:08

标签: python pyinstaller

我遇到了Pyinstaller的问题。我有用Python 3.5.3 编写的代码导入tkinter模块,我试图将其转换为.app包。但是,当我在包含pyinstaller -F -w -n appName —osx-bundle-identifier my.bundle.identifier myScript.py的目录中运行my script.py时,生成的dist/appName.app无法启动。

我试过了:

  • 使用文件夹格式而不是单个文件

    尝试使用此

  • 进行调试时,我什么也没找到
  • 删除使用Tkinter代替tkinter 2.x

    这会删除导致Pyinstaller无法使用的pip

  • 使用brew install python3以及Python网站重新安装Python

    Pyinstaller不支持Python 3.6并重新安装Python 3.5.3什么都不解决

非常感谢任何帮助!

0 个答案:

没有答案