PyInstaller 打包 exe

寫了一個 Python 程序,想要打包成 exe 文件,就利用 PyInstaller 進行打包。 我的環境:Win 7 64 位,Python 3.7 64位 1、安裝 PyInstaller pip install PyInstaller 2、進行打包 pyinstaller -F MainWindow.py 若成功,就會在 ./dist 文件夾中找到 MainWindow.exe 。但是,大
相關文章
相關標籤/搜索