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.
[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