gmdfalk/blockify

Error: Python can't access dbus

Niehztog opened this issue · 1 comments

On Debian Jessie 8.6 (64 bit) with XFCE4 desktop, blockify 3.6.3 seemed to install, but blockify failed to start with ImportError: No module named 'dbus'.

After installing the missing packages blockify is running normally now. May want to add this to the README:

sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
sudo pip3 install dbus-python

Thank you for this excellent project

Thanks, i will update the readme.