View Single Post
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#364
Ok, I got it installed. I just didn't know the syntax for specifying a particular package. Once I did an "apt-get install python2.5-qt4-common=4.7.4-maemo0" I was then able to apt-get install pyradio since it was then able to install the rest of the (4.7.4-maemo0) python-qt packages.

However, it won't run...
Code:
Nokia-N900:~# /opt/pyRadio/pyRadio.py 
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.1


Why is python-qt such a mess...

ETA: ok i noticed that python2.5-sip4 was updated yesterday too. So I removed everything and started over with "apt-get install python2.5-qt4-common=4.7.4-maemo0 python2.5-sip4=4.10.5-maemo0" to force the older version of both of those packages and now pyradio works.

Last edited by jsharper; 2010-11-03 at 01:16.
 

The Following User Says Thank You to jsharper For This Useful Post: