Sharmila
Sharmila

Reputation: 1677

packaging qtwebkit for 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.

Upvotes: 0

Views: 275

Answers (2)

Sharmila
Sharmila

Reputation: 1677

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

Upvotes: 1

armonge
armonge

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

Related Questions