Reputation: 1677
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.
Upvotes: 0
Views: 275
Reputation: 1677
I found pyinstaller works like a charm for all windows, linux and mac
Deploy PyQt Applications on Mac OS X with PyInstaller
Upvotes: 1
Reputation: 3138
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
Upvotes: 1