The python development files may be missing in your system. Usually in linux, there is a 'python' package and a 'python devel' package (on my mandriva it's 'lib64python2.6-devel'). The devel package contains header files and libraries typically used by C programs which interact with python. So, try to find the development package that goes with your OS.
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
Thanks for the reply,
I imagined that I could just get the development package for python, but I wouldn't really know how to tell vim when it is installing to look at my folder for the development package instead of the one in /usr. That is where the real problem lies.
Also, I know vim has pythoninterp, but would this also allow me to point to an iPython development package and be operational?
I don't know about ipython, but google gives a link to this thread with configure options that could help you http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691