I got it working! So one thing I noticed that might help. I had a symlink to pyclewn inside ~/.vim/bin which is also on my path. I could start pyclewn anywhere on my terminal.
But if I typed which pyclewn it would not print out anything. So I created a new symlink /usr/local/bin/pyclewn. Then when I typed which pyclewn it would return /usr/local/bin/pyclewn that would print the path as expected (/usr/local/bin/pyclewn) Thanks for the help! -Vito On Nov 24, 2012, at 1:43 AM, Xavier de Gaye wrote: > On Sat, Nov 24, 2012 at 2:27 AM, vito c wrote: >> ... >> >> I have put this in my bashrc: >> export vimdir=$HOME/.vim >> export EDITOR=/Applications/MacVim.app/Contents/MacOS/Vim >> >> Then if I type: >> ./pyclewn it appears to open vim >> >> but when I try to run :Pyclewn from vim I get this error: >> The 'Pyclewn' command has been aborted. >> Error: 'pyclewn' cannot be found or is not an executable. >> > > From your logs, the installation runs fine. > > When you start pyclewn from a terminal (as you did with './pyclewn'), > you are not supposed to run the ':Pyclewn' command in Vim as pyclewn > is already started. You can just proceed with entering gdb commands > prefixed with 'C'. > > ':Pyclewn' cannot start pyclewn probably because pyclewn directory is > not on your PATH. You should have somewhere in the script that starts > Vim (or use any other method that allows pyclewn to be found such as > linking or copying /Users/redhand/bin/pyclewn to one of the > directories in PATH): > > export PATH=$PATH:/Users/redhand/bin > > > -- > Xavier > > Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
