Note: This has been made somewhat obsolete by the decision of Trolltech to release a GPLed version of Qt4 for Windows
I have also done some preliminary work on using the Qt3Support clases in Qt/PyQt4. That work is here if you are interested.

Getting GPLed Qt/PyQt Running on Windows

Background

One of the frustrations I've always had with Qt is that current versions could not be used on Windows without paying a substantial developer fee for the license. I balked at this because #1) I really couldn't afford it, and #2) I wasn't writing commercial software anyways.

However, this has changed. The people over at the qtwin (formally part of kde-cygwin) project have taken the GPLed version of Qt and ported it to native Windows (i.e. it does not require Cygwin). As soon as I saw this, I immediately started to try and get PyQt to compile against this version. Amazingly, it didn't take nearly as much work as I thought it would.

Requirements:

Python (version 2.3 or later)
A Windows compiler suite. Either Borland, MinGW, MS VC++ 6.0, or MS VS.NET
Eventually I will try and make binary versions available

The Process

Questions or comments?
Email me at: jlamanna AT gmail DOT com


Page by James Lamanna - Copyright 2005