On Mon, Feb 15, 2010 at 10:58:17AM +0100, Xavier de Gaye wrote: > On Mon, Feb 15, 2010 at 10:02 AM, Olaf wrote: > > > > Some minor comment. I installed vim and pyclewn locally in my home > > directory, > > and to make pyclewn work a PYTHONPATH environment variable has to be > > added/extended, i.e for bash-like shells: > > > > ?export PYTHONPATH=$HOME/lib/python:$PYTHONPATH > > > > else you get an error: > > > > ?ImportError: No module named clewn.vim > > > > > This is not correct. > If you follow the 'local installation' procedure described in INSTALL > or at http://pyclewn.sourceforge.net/install.html, you do not need to > set the PYTHONPATH environment variable. >
I did follow the local installation procedure. Even if I redo it: vimdir=$HOME/.vim python setup.py install --force --home=$HOME I still have to have the PYTHONPATH variable, else I get the error above. Perhaps I made some mistake somewhere earlier on. Anyways, it is working nicely now (with PYTHONPATH). I also installed it on a Fedora 8 system and, there it did not have this problem. Olaf ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
