AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Conque ERROR: Python interface cannot be loaded #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Does anyone know how to run above ConqueTerm sh without below error? Thanks!

=============
Conque ERROR: Python interface cannot be loaded

Your version of Vim appears to be installed without the Python interface.

You are using a Unix-like operating system. Most, if not all, of the popular 
Linux package managers have Python-enabled Vim available. For example 
vim-gnome or vim-gtk on Ubuntu will get you everything you need.

If you are compiling Vim from source, make sure you use the 
--enable-pythoninterp 
configure option. You will also need to install Python and the Python headers.

If you are using OS X, MacVim will give you Python support by default.

Original issue reported on code.google.com by drikt...@gmail.com on 23 Jan 2011 at 12:35

GoogleCodeExporter commented 8 years ago
Looks like the good folks at vim_use know way more about MacVim and python than 
me.

http://groups.google.com/group/vim_use/browse_thread/thread/b757da65e0fff1be

Björn's answer sounds about right.

Original comment by nicora...@gmail.com on 25 Jan 2011 at 7:05