本文记录在Windows上,使用PyCharm打包Python项目的操作。
PyInstaller
Build a Windows executable from Python scripts on Linux
My main development platform is Ubuntu. The cross-compilation feature is removed from PyInstaller since 1.5
. In this article, I’ll show you how to package a Windows executable from Python scripts using PyInstaller under wine.