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 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 vim_use or vi

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 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 "vim_dev" maillist. Do

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

2015-04-06 Fir de Conversatie David Fishburn
I am trying to get Vim running with Python (I know nothing about Python). I have gVim working with a dynamically loaded Perl. I compile my own 32-bit Vim on Windows 7 64-bit. D:\>python --version Python 2.7 D:\>python Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on

Re: Patch to add the :cdo and :ldo commands

2015-04-06 Fir de Conversatie Yegappan Lakshmanan
Hi all, On Mon, Apr 6, 2015 at 6:58 AM, Drew Neil wrote: > On Sunday, March 22, 2015 at 2:43:22 AM UTC, yega...@gmail.com wrote: >> Hi all, >> >> On Sun, Jun 2, 2013 at 2:09 PM, Bram Moolenaar wrote: >> > >> > Yegappan Lakshmanan wrote: >> > >> >> I am attaching a patch to add the :cdo and :ldo c

Re: Patch to add the :cdo and :ldo commands

2015-04-06 Fir de Conversatie Drew Neil
On Sunday, March 22, 2015 at 2:43:22 AM UTC, yega...@gmail.com wrote: > Hi all, > > On Sun, Jun 2, 2013 at 2:09 PM, Bram Moolenaar wrote: > > > > Yegappan Lakshmanan wrote: > > > >> I am attaching a patch to add the :cdo and :ldo commands. The :cdo command > >> can be used to execute commands over

Re: [PATCH] treat .nanorc as a file extension

2015-04-06 Fir de Conversatie Bram Moolenaar
Mark Oteiza wrote: > --- > All the syntax files shipped with nano use the .nanorc file extension > > $ ls /usr/share/nano > asm.nanorcfortran.nanorc lua.nanorc patch.nanorc > spec.nanorc > awk.nanorcgentoo.nanorc makefile.nanorc perl.nanorc > tcl.nanorc >