On Wed, Feb 17, 2010 at 12:31 AM, Olaf wrote: > > 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). >
Olaf, $HOME/bin/pyclewn is a small script that takes care of adding $HOME/lib/python to sys.path. You should not need to set PYTHONPATH. Please check that you are effectively running $HOME/bin/pyclewn. Xavier ------------------------------------------------------------------------------ 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
