ubuntu10.10 vim7.3 装了python3,为什么还是用不了conque_shell?
发表于 : 2011-04-17 19:52
编辑安装的vim7.3:
./configure --prefix=/usr/local/modules/vim/vim73 --with-features=huge --enable-pythoninterp --enable-gui=gnome2 --enable-cscope --enable-fontset --enable-perlinterp --enable-tclinterp --enable-multibyte
系统自带的python2.6 , 我又装了python3.1
vim装了conque_shell插件后,还是用不了,提示:
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.
./configure --prefix=/usr/local/modules/vim/vim73 --with-features=huge --enable-pythoninterp --enable-gui=gnome2 --enable-cscope --enable-fontset --enable-perlinterp --enable-tclinterp --enable-multibyte
系统自带的python2.6 , 我又装了python3.1
vim装了conque_shell插件后,还是用不了,提示:
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.