
nautilussvn - issue #77
Error: "No module named nautilussvn.lib.vcs" after installing
What steps will reproduce the problem?
- Install the 0.12 version ok following the wiki manual on intrepid ibex
- when it finishes and i run: nautilus -q && nautilus I get the following error
What is the expected output? What do you see instead?
seahorse nautilus module initialized Initializing nautilus-share extension Traceback (most recent call last): File "/home/jkarpago/.nautilus/python-extensions/NautilusSvn.py", line 38, in <module> from nautilussvn.lib.vcs import create_vcs_instance ImportError: No module named nautilussvn.lib.vcs
** (nautilus:6731): WARNING **: Unable to add monitor: No soportado
Comment #1
Posted on Feb 21, 2009 by Helpful GiraffeAdd the following line to to /etc/environment (replace $USER with your username):
PYTHONPATH="$PYTHONPATH:/home/$USER/nautilussvn/"
Note that /etc/environment is only parsed when X is started, but you can load the extension immediately using:
export PYTHONPATH="$PYTHONPATH:/home/$USER/nautilussvn/" nautilus -q && nautilus &
Does that work?
Comment #2
Posted on Feb 21, 2009 by Happy BirdIt works perfect that way, sorry, my mistake. thanks, and congrats for this great project
Comment #3
Posted on Feb 21, 2009 by Helpful GiraffeGood to hear and thanks.
Status: Invalid
Labels:
Type-Defect
Priority-Medium