On Sun, Feb 14, 2010 at 06:56:44PM +0100, Xavier de Gaye wrote: > On Sun, Feb 14, 2010 at 5:35 PM, Olaf wrote: > > > > My first newbie-question: when do I need to patch vim? > > > > > Hi Olaf, > > I am also running debian lenny. > > To run pyclewn with vim console, you need to build and install vim > from source after having patched the vim source. > > Follow these steps: > > * install the libncurses5-dev debian package with aptitude
Indeed, this is provided by the virtual libncurses-dev package. > > * follow the instructions in section "Patch a Vim tarball" at > http://pyclewn.sourceforge.net/vim-patches.html > Step 4 says "Build and install Vim", this means: > > + cd src > + make > + make install (this must be done as root, vim will be installed > at /usr/local) > > * download and install pyclewn 1.1 > > Log out and log in back again. When runnin vim, check that vim version > is 7.2. You should be able to run pyclewn with vim console then. Thanks a lot. My patched vim and pyclewn are working nicely now. 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 I have some more questions on pyclewn functionality, but for clarity will start new threads. Thanks! 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
