Instalamos los paquetes python-qt4 y pyqt4-dev-tools en ubuntu
Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1
¿Qué debo hacer para que PyQt4 funcione?
Ah, esto me ha quemado los dedos durante demasiado tiempo.
—
Sathyajith Bhat
Entonces, ¿lo hiciste funcionar finalmente?
—
san8055