E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2018-05-17 Fir de Conversatie srlhyo
I am desperate. I don't understand vim behavior. I have vim 8.0.604 installed and later downloaded Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. I still get the same error when

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2016-06-05 Fir de Conversatie Ni Va
On Wednesday, April 8, 2015 at 3:20:43 PM UTC+2, David Fishburn wrote: > On Tue, Apr 7, 2015 at 4:51 PM, Ben Fritz wrote: > One sanity check, from within Vim, make sure your python paths match what you > expect from your earlier test in your shell: > > > >     :!where

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2016-06-05 Fir de Conversatie Ni Va
2015年4月8日水曜日 15時20分43秒 UTC+2 David Fishburn: > On Tue, Apr 7, 2015 at 4:51 PM, Ben Fritz wrote: > One sanity check, from within Vim, make sure your python paths match what you > expect from your earlier test in your shell: > > > >     :!where python27.dll > > > > Next

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-08 Fir de Conversatie David Fishburn
On Tue, Apr 7, 2015 at 4:51 PM, Ben Fritz fritzophre...@gmail.com wrote: One sanity check, from within Vim, make sure your python paths match what you expect from your earlier test in your shell: :!where python27.dll Next step, maybe install a more recent python? Yours just shows

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-07 Fir de Conversatie David Fishburn
On Tue, Apr 7, 2015 at 12:43 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: On Tue, Apr 7, 2015 at 3:38 AM, David Fishburn dfishburn@gmail.com wrote: :echo has('perl') has('python') has('python3') 1 1 0 :python print 'anything' E887: Sorry, this command is disabled, the

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-07 Fir de Conversatie Ben Fritz
One sanity check, from within Vim, make sure your python paths match what you expect from your earlier test in your shell: :!where python27.dll Next step, maybe install a more recent python? Yours just shows Python 2.7 whereas mine (which has been working fine for a long time) shows

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-06 Fir de Conversatie Charles
On Tue, Apr 7, 2015 at 1:38 AM, David Fishburn dfishburn@gmail.com wrote: :python print 'anything' E887: Sorry, this command is disabled, the Python's site module could not be loaded. Try adding the environment variable PYTHON_HOME=D:\Python27 -- -- You received this message from the

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-06 Fir de Conversatie Yukihiro Nakadaira
On Tue, Apr 7, 2015 at 3:38 AM, David Fishburn dfishburn@gmail.com wrote: :echo has('perl') has('python') has('python3') 1 1 0 :python print 'anything' E887: Sorry, this command is disabled, the Python's site module could not be loaded. I have found only 1 reference to this error in