dan@Q430-Q530:~/pyinstaller-2.0/PyInstaller$python configure.pyTraceback (most recent call last): file "configure.py",line 28,in <module> from PyInstaller import HOMEPATH,PLATFORMimportError: No module named PyInstaller
所以,目前,我甚至不能让PyInstaller运行,因为一个丢失的模块叫做PyInstaller.这是PyInstaller 2.0,您可以分别找到/pyinstaller-2.0和/pyinstaller-2.0/PyInstaller目录here和here内部的一些屏幕.
有人在这里知道发生了什么吗?我尝试将/pyinstaller-2.0目录中的pyinstaller.py文件复制到/pyinstaller-2.0/PyInstaller目录中,但我没有运气.
这可能会变得很容易解决,但是…让我陷入困境.如果有更多的信息需要,请问,我会尽量提供.
解决方法 使用PyInstaller 2.0,您不需要运行configure或pyinstaller文件. (阅读安装文件附带的PyInstaller 2.0文档.)建立你的项目;在/ your / path / to / pyinstaller /目录中,只需运行:
“python pyinstaller.py [opts] yourprogram.py”
总结以上是内存溢出为你收集整理的python – PyInstaller“ImportError:没有名为Pyinstaller的模块”全部内容,希望文章能够帮你解决python – PyInstaller“ImportError:没有名为Pyinstaller的模块”所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)