On Thu, 25 Jun 2009 17:15:56 -0500, Dave Peterson <[email protected]> wrote: > Phil Thompson wrote: >> They shouldn't make a difference - they are present in my standard >> self-built version. > > Okay, thanks for reminding me of a better way to compare > apples-to-apples. :-) > > >> To build Qt... >> >> ./configure -prefix $HOME/qt-4.5.2 >> make >> make install >> >> To build PyQt... >> >> python configure.py -q $HOME/qt-4.5.2/bin/qmake >> >> That should give you a working PyQt and you can compare properly. >> > > Will PyQt 4.5.1 build against Qt 4.5.2? I thought I ran into version > mismatches when they weren't the same previously, though that may have > been when I mistakenly download a higher version PyQt than the Qt I had.
Yes - the similarity between the Qt and PyQt version numbers is entirely coincidental. All versions of PyQt4 should compile against all versions of Qt4. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
