I'm getting a fairly infamous error, judging from messages on the net: import PyQt4.QtCore
RuntimeError: the sip module implements API v8.0 to v8.1 but the PyQt4.QtCore module requires API v7.1. Doing make clean from the newly download sip-4.12.4 did not help. There is no make uninstall. Removing and reinstalling (from the synaptic package manager) PyQt4 (or as much of it as I can find) has no obvious effect. Here is one cryptic solution from the net: Looks like your apt source list messed up. Go apt-get update and apt- get upgrade pyqt* python-qt4 and try again. I did the following: sudo apt-get update # lots of stuff happened :-) sudo apt-get upgrade pyqt* # nothing installed, removed, upgraded sudo apt-get upgrade python-qt4 # ditto Help! Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
