Does anyone know how to run 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. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
