安装完毕后,在cmd中输入 pyinstaller.exe -F 你的.py文件的路径。例:pyinstaller.exe -F E:\python\test.py -F表示打包成一个文件,不想显示窗口的话加个-w