Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 pyqt 在 linux 上开发基于 qtwebkit 的编辑器。我也想为windows打包它。是否可以?程序是什么?我找不到任何谷歌搜索。
我肯定会推荐 py2exe,我将它用于我的应用程序,甚至还有一个关于 PyQt 的 wiki
http://www.py2exe.org/index.cgi/Py2exeAndPyQt
我发现 pyinstaller 对所有 windows、linux 和 mac 都适用
http://www.pyinstaller.org/
使用 PyInstaller 在 Mac OS X 上部署 PyQt 应用程序