分页: 1 / 1

ubuntu10.10 vim7.3 装了python3,为什么还是用不了conque_shell?

发表于 : 2011-04-17 19:52
xinglu1983
编辑安装的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.

Re: ubuntu10.10 vim7.3 装了python3,为什么还是用不了conque_shell?

发表于 : 2011-04-17 20:50
lilydjwg
你没装 Python 的开发包吧。Ubuntu 下开发用的文件会另外打包的。另外,现在很多软件用的是 Python 2。

Re: ubuntu10.10 vim7.3 装了python3,为什么还是用不了conque_shell?

发表于 : 2011-04-17 21:01
adam8157
其实, 用screen另外开窗口挺好的...不必conque_shell

Re: ubuntu10.10 vim7.3 装了python3,为什么还是用不了conque_shell?

发表于 : 2011-04-17 23:12
lilydjwg
adam8157 写了:其实, 用screen另外开窗口挺好的...不必conque_shell
用 tmux 更好,可以像 Vim 那样分隔窗口。

Re: ubuntu10.10 vim7.3 装了python3,为什么还是用不了conque_shell?

发表于 : 2011-04-17 23:54
xinglu1983
adam8157 写了:其实, 用screen另外开窗口挺好的...不必conque_shell
我现在就是在用这种方式,主要是想体验下conque_shell这个插件,看看有什么特点,在win下装成功过,不过他的win支持不好,格式全是乱的。