ImportError: No module named dbus

Bug #1735204 reported by Fred Turpin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ClassicMenu Indicator
New
Undecided
Unassigned

Bug Description

# cat /etc/issue
Ubuntu 12.04.5 LTS \n \l

# classicmenu-indicator
Traceback (most recent call last):
  File "/usr/bin/classicmenu-indicator", line 11, in <module>
    load_entry_point('classicmenu-indicator==0.11', 'console_scripts', 'classicmenu-indicator')()
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 337, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2280, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 1990, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python3/dist-packages/classicmenu_indicator/__init__.py", line 22, in <module>
    from classicmenu_indicator.cmindicator import main # noqa
  File "/usr/lib/python3/dist-packages/classicmenu_indicator/cmindicator.py", line 26, in <module>
    import dbus
ImportError: No module named dbus

# dpkg -l |grep python-dbus
ii python-dbus 1.0.0-1ubuntu1 simple interprocess messaging system (Python interface)
ii python-dbus-dev 1.0.0-1ubuntu1 main loop integration development files for python-dbus

# classicmenu-indicator --version
give the same error : "ImportError: No module named dbus"

1 month ago , classicmenu-indicator run well and I enjoy it.
I surely # apt-get install (update) some package as python3 and others to update them
and now I get this error .
Do I miss something ?

Thank you for your answer

Revision history for this message
Graham Inggs (ginggs) wrote :

Try:

sudo apt-get install python3-dbus

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.