View Single Post
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#19
When you launch it on the terminal what does it say?

python /opt/rtap/main.py

I get this message:
Traceback (most recent call last) :
File “/opt/rtap/main.py”, line 7, in <module>
Import graphe
File “/opt/rtap/graphe.py”, line 8, in <module>
From PyQt4.QtMobility.QtBearer import *
ImportError: No module named QtNetwork

and what if you do:

run-standalone.sh python /opt/rtap/main.py

I get this message

Traceback (most recent call last) :
File “/opt/rtap/main.py”, line 7, in <module>
Import graphe
File “/opt/rtap/graphe.py”, line 8, in <module>
From PyQt4.QtMobility.QtBearer import *
ImportError: No module named QtNetwork

Also I tried again apt-get install python2.5-mobility.bearer and this time I got this message:

Reading package lists… Done
Building dependency tree
Reading state information… Done
python2.5-mobility-bearer is already the newest version.
python2.5-mobility-bearer set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.


It should work on your phone..It even works on my computer..[/QUOTE]

Am sure the problem is not in your app but in my n900. What it is I simply don’t know






Originally Posted by opax View Post
Bluemaemo? no i have tried..
strange because rtap and bluemaemo don't share dependency..

When you launch it on the terminal what does it say?
python /opt/rtap/main.py

and what if you do:
run-standalone.sh python /opt/rtap/main.py

It should work on your phone..It even works on my computer..