2015-10-23 160 views
0

我成功安裝了Pyinstaller。我遵循這裏給出的步驟:使用PyInstaller。當我在命令窗口輸入pyinstaller myscript.py時,它會創建myscript.spec,生成文件夾(包括myscript.exe.manifest)和dist文件夾。但是,dist文件夾被創建爲空。因此,在那裏找不到myscript.exe文件。Pyinstaller不會在dist文件夾中創建一個.exe文件

我正在使用PyInstaller-3.0和Python2.7(64位)。

我該如何解決這個問題?

在此先感謝!

+0

使用PyInstaller:[link](https://pythonhosted.org/PyInstaller/) – selimcan

回答

相關問題