Python 3.5 - PyInstaller无法正常工作

时间:2015-12-09 00:46:23

标签: python pyinstaller

我正在使用Python 3.5.1编写一个程序,我打算使用PyInstaller来创建一个可以使用的PyInstaller,但是现在它似乎没有用,我觉得很奇怪,因为它有效之前。

我甚至尝试过一个简单的hello world程序,但它不起作用。 PyInstaller创建了一个" warn ... txt"文件作为很多警告,说theres"没有模块命名(模块名称)然后是项目目录的路径"。当我使用它之前它从未给出那些警告和模块进口成功。

我知道这不是很多信息,但即使使用hello world程序(没有导入任何模块)它似乎无法工作,它创建了可执行文件,但是当我运行它时没有任何反应。

你知道它可能是什么吗?我应该采取什么方法来解决这个问题?

这是命令行中的一些输出

Initializing pyinstaller

Here's when it says that the warn.txt file is created

Here's the end of the execution of pyinstaller

Here's some of the log created in the warns.txt file

0 个答案:

没有答案