Hi all
I tried to install pyclewn on OS X Leopard last night. The install
failed with the following trace back:-
nike-2:pyclewn-0.6 andy$ vimdir=$HOME/.vim python setup.py install --
home=$HOME
running install
Traceback (most recent call last):
File "setup.py", line 152, in <module>
url='http://pyclewn.sourceforge.net/',
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "setup.py", line 83, in run
vim_features()
File "/Users/andy/Downloads/pyclewn-0.6/pyclewn_install.py", line
37, in vim_features
raise Error('error: cannot start gvim\n'
pyclewn_install.Error: error: cannot start gvim
Please check that the gvim directory is in Windows PATH.
Now I'm not a python head, but I had a look at the files indicated,
and what seems to be happening is that the script is calling 'gvim --
version' and getting no reply back. This seems to be due to gvim
forking and returning immediately; I tried to force '-f' in the
arglist in the script, but that didn't seem to work.
Is there something I'm missing in trying to get this working?
Regards, Andy
--
Andrew Long
andrew dot long at mac dot com
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---