Skip to content

Instantly share code, notes, and snippets.

@dkowis
Created January 16, 2015 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkowis/98b71f8b97ea5a332ef3 to your computer and use it in GitHub Desktop.
Save dkowis/98b71f8b97ea5a332ef3 to your computer and use it in GitHub Desktop.
Calibre doesn't want to start :(
dkowis  raziel  ~  $  calibre
Traceback (most recent call last):
File "/usr/bin/calibre", line 20, in <module>
sys.exit(calibre())
File "/usr/lib/calibre/calibre/gui_launch.py", line 46, in calibre
init_dbus()
File "/usr/lib/calibre/calibre/gui_launch.py", line 40, in init_dbus
from dbus.mainloop.glib import DBusGMainLoop, threads_init
File "/usr/lib/python3.4/site-packages/dbus/__init__.py", line 82, in <module>
import dbus.types as types
File "/usr/lib/python3.4/site-packages/dbus/types.py", line 6, in <module>
from _dbus_bindings import (
ImportError: /usr/lib/python3.4/site-packages/_dbus_bindings.so: undefined symbol: PyBytes_Type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment