开发者

packaging qtwebkit for windows

开发者 https://www.devze.com 2023-01-23 06:19 出处:网络
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 g开发者_开发知识库oogling.I\'d

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 g开发者_开发知识库oogling.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消