Re: [PyQt] Version strings in Qt 4.8 PyQt 4.9

2013-02-07 Thread Phil Thompson
On Wed, 6 Feb 2013 14:53:39 -0800, David Cortesi wrote: >>> Everything seems to work correctly except this small thing: it used to >>> be that I could get version strings from Qt.PYQT_VERSION_STR and >>> Qt.qVersion() but now those attributes of Qt are undefined. >>> >>> Does this indicate that I'

Re: [PyQt] Version strings in Qt 4.8 PyQt 4.9

2013-02-06 Thread David Cortesi
>> Everything seems to work correctly except this small thing: it used to >> be that I could get version strings from Qt.PYQT_VERSION_STR and >> Qt.qVersion() but now those attributes of Qt are undefined. >> >> Does this indicate that I've done something wrong in the installation? > Works fine for

Re: [PyQt] Version strings in Qt 4.8 PyQt 4.9

2013-02-06 Thread Phil Thompson
On Tue, 5 Feb 2013 15:55:54 -0800, David Cortesi wrote: > I had been running fine (Mac OS 10.6, PyQt 4.6 and Qt 4.6 I think). > Today, in order to hopefully fix a QWebKit problem, I installed Qt > 4.8.4 for Mac OS, > followed immediately by installing the latest stable SIP and PyQt4 from > source.