[Python-apps-team] Bug#710181: rabbitvcs-nautilus: Nautilus extension not loading: could not import gobject

Sylvain Archenault sylvain.archenault at laposte.net
Tue Jun 4 22:51:07 UTC 2013


So i was able to fix the problem with the help of this bug report:
http://code.google.com/p/rabbitvcs/issues/detail?id=803

especially the comment #16, nautilus-python explicitly loads 
/usr/lib/libpython2.7.so.1.0. (Line 164 in 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/nautilus-python/saucy/view/head:/src/nautilus-python.c).

So doing this solve the problem:
# ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib
# ldconfig

Also something very helpful is to turn debugging output on by doing this:
export NAUTILUS_PYTHON_DEBUG=misc



More information about the Python-apps-team mailing list