View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#476
Originally Posted by freebsd View Post
Hello,

My modRana installation is giving this error to me

Code:
Traceback (most recent call last):
  File "modrana.py", line 471, in <module>
    program = GuiBase(device)
  File "modrana.py", line 409, in __init__
    self.mapWidget.loadModules('modules') # name of the folder with modules
  File "modrana.py", line 109, in loadModules
    a = __import__(deviceModuleName[0:-3])
  File "/opt/modrana/modules/device_modules/device_n900.py", line 24, in <module>
    import dbus.glib
ImportError: No module named dbus.glib
can somebody indicate what libs are missing ?
this is just stderr output, stdout was too much to paste here, and most likely reduntant, but you can ask
Try to install the python-dbus package. Looks like I forgot to include it as a dependency...
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 2 Users Say Thank You to MartinK For This Useful Post: