ImportError: No module named qt

Asked by Carlos

Hi, first of all, thank you for the great software.

I'm using ubuntu 10.10 and the version 0.4 of m210. The command line tool works great but I'm having problems to run m210c-qt.
I get following error:

Traceback (most recent call last):
  File "/usr/local/bin/m210c-qt", line 29, in <module>
    import dbus.mainloop.qt
ImportError: No module named qt

Dou you have any idea, what I'm doing wrong? As much as I've seen, I have all dependencies for the software. I had the same problem with the version 0.3

Thank you again :)

EDIT: Ok, problem solved, I had to install python-qt4-dbus

Question information

Language:
English Edit question
Status:
Solved
For:
m210 Edit question
Assignee:
No assignee Edit question
Solved by:
Carlos
Solved:
Last query:
Last reply:
Revision history for this message
Carlos (c-ramos) said :
#1

Ok, problem solved, I had to install python-qt4-dbus

Revision history for this message
a (tuomasjjrasanen) said :
#2

python-qt4-dbus is listed now (as of release 0.4) as a dependency for m210c-qt. At the time of writing, m210c-qt 0.4 is not yet built by Launchpads servers, only python-m210 is. m210d and m210c will be updated too today.

But yes, the problem with 0.3 was that python-qt4-dbus was missing from the dependencies list.