我已经下载了Python 2.7.3,PyInstaller(兼容2.7)和pywin32(兼容2.7)并重新启动了我的机器,但是当我输入提示时:
pyinstaller.py [opts] nameofscript.py
提示然后告诉我:
错误:Windows上的Python 2.6+的PyInstaller需要pywin32.请从http://sourceforge.net/projects/pywin32/安装
为什么PyInstaller无法"看到"我已经下载了pywin32?
pywin32 pyinstaller
pyinstaller ×1
pywin32 ×1