为 Windows 打包 qtwebkit
我正在使用 pyqt 在 Linux 上开发一个基于 qtwebkit 的编辑器。我也想将它打包为 Windows 版本。是否可以?程序是什么?我无法找到任何谷歌搜索。
I'm developing a qtwebkit based editor on linux using pyqt. I would like to package it for windows too. Is it possible? what is the procedure for that? I could not find any googling.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我绝对会推荐 py2exe,我将它用于我的应用程序,甚至还有一个关于 PyQt 的 wiki
http://www.py2exe.org/index.cgi/Py2exeAndPyQt
I'd definitely recommend py2exe, i'm using it for an application of mine and there's even a wiki concerning PyQt
http://www.py2exe.org/index.cgi/Py2exeAndPyQt
我发现 pyinstaller 对于所有 Windows、Linux 和 Mac 来说都是一个魅力
http://www.pyinstaller.org/
在 Mac OS X 上部署 PyQt 应用程序Py安装程序
I found pyinstaller works like a charm for all windows, linux and mac
http://www.pyinstaller.org/
Deploy PyQt Applications on Mac OS X with PyInstaller