I was looking forward to using ConqueTerm on vim but was confronted with the following error:
Conque ERROR: Python interface cannot be loaded
Your ersion of Vim appears to be installed without the Python interface…
Alas, the eternal struggle between convenience & elegance. Because I should be doing more important things than blogging, I slapped a big old piece of duct-tape on this problem:
sudo pacman -Ss gvim
Despite the monstrous dependencies (ruby, gtk2, …):
$ pacman -Qi gvim
称 : gvim
版本 : 7.3.353-1
URL地址 : http://www.vim.org
软件许可 : custom:vim
软件组 : 无
提供 : vim=7.3.353-1
依赖于 : vim-runtime=7.3.353-1 gpm ruby libxt desktop-file-utils gtk2 lua
可选依赖 : 无
要求被 : 无
冲突与 : vim
取代 : 无
安装后大小: 2704.00 K
打包者 : Eric Belanger
架构 : i686
编译日期 : 2011年11月08日 星期二 23时05分50秒
安装日期 : 2011年11月22日 星期二 12时54分42秒
安装原因 : 单独指定安装
安装脚本 : 是
描述 : Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)
I figured it would be better to spend my time elsewhere. So I simply installed gvim and it worked like a charm.