I am trying to use Python and PyQt 4 to develop programs for my N800, but I am getting a runtime error when I try to run in scratchbox (Diablo_X86). This is happening on a newly created, untouched example project created in Eclipse. I am using endsormeans' SOLYDmaemo Maemo Development OS image installed in VirtualBox. The error is below.
Code:
Traceback (most recent call last):
File "/home/brandon/workspace/pyqthelloworld/src/main.py", line 4, in <module>
from PyQt4 import QtCore, QtGui
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtCore module requires API v7.0