0

DBus version installed: 1.10.6 Programs look at 1.1.1. How to get rpi to look at newest DBus?

RPI Project/programs: alertR Home Alert System via github.
Current status:
12/30/2015 14:26:08 INFO: [alertRinstaller.py]: Checking the dependencies. 
12/30/2015 14:26:08 INFO: [alertRinstaller.py]: Checking module 'dbus'. 
The needed version '1.2.0' of module 'dbus' is not satisfied (you have version '1.1.1' installed). Please update your installed version.
goldilocks
  • 60,325
  • 17
  • 117
  • 234
eechen
  • 1
  • 1

1 Answers1

1

That check is for the python dbus module not for the version of the dbus daemon.

On Raspbian Jessie, version 1.2.0 is installed. I don't have Wheezy on anything to check what it has. You should be able to uninstall the default version and replace it with the latest:

http://dbus.freedesktop.org/doc/dbus-python/

http://dbus.freedesktop.org/releases/dbus-python/

Craig
  • 3,014
  • 14
  • 15