1833247 Members
3023 Online
110051 Solutions
New Discussion

python and vim

 
SOLVED
Go to solution
Jonathan Caplette_1
Super Advisor

python and vim

Hi guys,

Where can I get python and vim editor for HP-UX 11i???

Thanks
Jonathan
5 REPLIES 5
steven Burgess_2
Honored Contributor
Solution

Re: python and vim

Hi

Vim from here

http://vim.sourceforge.net/download.php

HTH

Steve
take your time and think things through
steven Burgess_2
Honored Contributor

Re: python and vim

Hi again

Have a look here for python (not as stright forward)

http://www.uk.research.att.com/omniORB/omniORB_3/README_hpux11.html

HTH

Steve
take your time and think things through
James R. Ferguson
Acclaimed Contributor

Re: python and vim

Hi Jonathan:

http://hpux.cs.utah.edu/

Regards!

...JRF...
Patrick Wallek
Honored Contributor

Re: python and vim

You can get VIM source code here and compile it on your 11i machine:

http://hpux.cs.utah.edu/hppd/hpux/Editors/vim-6.1/

The same goes for Python here:
http://hpux.cs.utah.edu/hppd/hpux/Languages/python-2.2.1/
Jonathan Caplette_1
Super Advisor

Re: python and vim

Thanks a lot guys!!!