View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#685
Originally Posted by jcharpak View Post
Clean install of 4.2 on an N800 running Diablo. First the good news: Install was successful via HAM (requiring "only" 40 MB "Big" icon correctly appears in extras.

Next, bad news, selecting that icon does "nothing". Not even a hildon banner (is that what's it called?) saying "starting pyRadio" or something similar. In xterm running "python /opt/pyRadio/pyRadio.py" without the quotes generates this error:

Traceback (most recent call last):
File "/opt/pyRadio/pyRadio.py", line 6, in <module>
from PyQt4 import QtGui,QtCore
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.0

Note, I had qt 4.5.3 installed previously for pokerth, but nothing related to pyqt/pyside/py-whatever-the-python-bindings-for-qt-are-called-today
This problem is from a PyQt4 issue with dependencies a long time ago and the fact HAM doesn't update libraries like that very well.

The best way I think to fix it is to reload the library:
Code:
sudo gainroot
apt-get remove python2.5-sip4
apt-get autoremove
apt-get update
apt-get install python2.5-sip4
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!