Python-mode: [Pymode]: error: Pymode requires vim compiled with +python. Most of features will be disabled.

Created on 23 Feb 2014  路  2Comments  路  Source: python-mode/python-mode

when I open a .py file, some error ocurred:
and it seems from D:/Vim/vimfiles/bundle/python-mode/autoload/pymode/virtualenv.vim.
What's wrong with it? can anybody help me?

I'm using Vim7.4 on Windows7 64bit. I just install vim using the msi-installer instead of compiling it by myself.

Most helpful comment

If you are using Debian-based OS, you can install vim with python support by
sudo apt-get install vim-nox

All 2 comments

type :version
there is +python/dyn +python3/dyn
type :echo has("python")
then print 0

so I finally solved it.
my python version is 64bit and vim is 32bit,
that's the reason, and then I reinstalled python which version is 32bit,
everything is ok.

If you are using Debian-based OS, you can install vim with python support by
sudo apt-get install vim-nox

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jabbalaci picture jabbalaci  路  8Comments

randomizedthinking picture randomizedthinking  路  7Comments

Notaduck picture Notaduck  路  4Comments

kryptek picture kryptek  路  10Comments

ShantelWilson picture ShantelWilson  路  5Comments