Thread: Dialcentral 1.0
View Single Post
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1391
Originally Posted by sondjata View Post
Thanks. but am I reading the error wrong? It seems that the app is calling an older version of pyQT but a newer one is installed. Shouldn't the app only check for a minimum version and not a specific version?

Again I may be reading the error incorrectly.
Note the complaint is between "sip module" and "PyQt4.QtGui" which have conflicting versions. "sip" is the library that the PyQt binding are based around. "PyQt4.QtGui" is what is requiring an older version, not DialCentral.

Code:
[1|user@Nokia-N800-43-7|~]/usr/bin/run-standalone.sh /opt/dialcentral/bin/dialcentral.py
Traceback (most recent call last):
File "/opt/dialcentral/bin/dialcentral.py", line 22, in <module>
import dialcentral_qt
File "/opt/dialcentral/lib/dialcentral_qt.py", line 12, in <module>
from PyQt4 import QtGui
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.0
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

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