下载PyInstaller 官网 pip install pyinstaller 验证是否安装成功 pyinstaller --version 打包 pyinstaller "C:\Documents and Settings\project\myscript.py" 会生成.spec,build,dist三项,其中build,dist为文件夹,dist是最后的可执行文件,build包含生成过程信息