View Single Post
keithzg's Avatar
Posts: 23 | Thanked: 16 times | Joined on Mar 2010
#16
Soooooo, is the not-yet-updated PyQt the reason I'm getting this error on any PyQt apps?

Using khweeteur as an example,

Code:
Traceback (most recent call last):
  File "/usr/bin/khweeteur_launch.py", line 3, in <module>
    import khweeteur
  File "/usr/lib/python2.5/site-packages/khweeteur/__init__.py", line 9, in <module>
    from PyQt4.QtGui import *
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1
All my searching doesn't seem to have come up with *anyone* else with the same problem, which has me suspecting that my apt-get dist-upgrade was a bad idea in the end Unfortunately this is really delaying my attempts to learn PyQt by writing an app for my local transit system, alas!