Rabbitvcs Nautilus not working on ubuntu 13.04

I just installed Rabbitvcs on ubuntu 13.04 as per the official instructions. When i tried to install apt-get install rabbitvcs-nautilus3, i got the following error message :

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package rabbitvcs-nautilus3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
rabbitvcs-nautilus

E: Package 'rabbitvcs-nautilus3' has no installation candidate

So i installed it with apt-get install rabbitvcs-nautilus, and now rabbitvcs options are not showing when i right click on a folder. Any help and suggestions will be highly appreciable. Thanks.


Solution 1:

I added the below symlinks

sudo ln -sf /usr/lib/i386-linux-gnu/libpython2.7.so.1 /usr/lib/libpython2.7.so.1

sudo ln -sf /usr/lib/libpython2.7.so.1 /usr/lib/libpython2.7.so.1.0

and replaced the /usr/share/nautilus-python/extensions/RabbitVCS.py with RabbitVCS.py

Now its working fine for me. :)

Solution 2:

$ sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/
$ sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/

plus downloading RabbitVCS.py's new version helped on my x64 installation. This file need to be copied to /usr/share/nautilus-python/extensions/RabbitVCS.py using root/su/sudo

Solution 3:

I had the same problem but not from a fresh install, from an upgrade from 12.10.

The nautilus graphical interface of RabbitVCS is not working.

I raised a ticket with the RabbitVCS developers. You can monitor it here, in case a solution is found:

https://code.google.com/p/rabbitvcs/issues/detail?id=803&q=13.03&colspec=Stars%20ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary

Thanks,

Yannis