View Single Post
Posts: 19 | Thanked: 1 time | Joined on Nov 2009
#5
Originally Posted by Hec View Post
Hi Opax.

Your app looks very impressive, but I face a bug. Impossible to launch it the regular way. When I hit rtap icon, the app seems to load, and then the window vanishes

I have managed to get some results, though with
$ python /opt/rtap/main.py

which then loads the app.

hope it can help.
Hi,
I'm getting this error:
opt/rtap $ python main.py
Traceback (most recent call last):
File "main.py", line 6, in <module>
import graphe
File "/opt/rtap/graphe.py", line 6, in <module>
from PyQt4.QtXml import *
ImportError: No module named QtXml