Python 2.7 Pyinstaller不会在dist文件夹中创建.exe文件

Python 2.7 Pyinstaller不会在dist文件夹中创建.exe文件,python-2.7,exe,pyinstaller,Python 2.7,Exe,Pyinstaller,我成功安装了Pyinstaller。我遵循这里给出的步骤:使用PyInstaller。当我在命令窗口中键入pyinstaller myscript.py时,它将创建myscript.spec、生成文件夹(包括myscript.exe.manifest)和dist文件夹。但是,dist文件夹创建为空。因此,在那里找不到myscript.exe文件 我正在使用PyInstaller-3.0和Python2.7(64位) 我怎样才能解决这个问题 提前谢谢 我解决了这个问题。问题与hook-six-mo

我成功安装了Pyinstaller。我遵循这里给出的步骤:使用PyInstaller。当我在命令窗口中键入
pyinstaller myscript.py
时,它将创建myscript.spec、生成文件夹(包括myscript.exe.manifest)和dist文件夹。但是,dist文件夹创建为空。因此,在那里找不到myscript.exe文件

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

我怎样才能解决这个问题


提前谢谢

我解决了这个问题。问题与hook-six-moves.py有关。它应该与使用PyInstaller时完全相同。