vim as a Python IDE Programming Software Development by fatalaccidents ….3) with a python interpreter. I use configure to enable pythoninterp but then I get a checking Python version... 2.6… Re: vim as a Python IDE Programming Software Development by fatalaccidents … where the real problem lies. Also, I know vim has pythoninterp, but would this also allow me to point to an… Re: vim as a Python IDE Programming Software Development by Gribouillis … where the real problem lies. Also, I know vim has pythoninterp, but would this also allow me to point to an… Re: vim as a Python IDE Programming Software Development by Gribouillis 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 … Re: vim as a Python IDE Programming Software Development by fatalaccidents This is exactly what I was looking for! I bow before your superior googling skills, because I couldn't find what I was looking for in my searches. Re: vim as a Python IDE Programming Software Development by fatalaccidents Oh, and thank you very much! Cheers Re: vim as a Python IDE Programming Software Development by biry2009 Emacs is one of the best Python editors available. you can see this post set up your Python environment with Emacs. [python ide](http://www.bestpythonide.com/emacs-setup-for-python.html)