Python not working on vim7.3

2010-10-18 Thread binxter
I recently installed Python 3.1.2 on my system as well as gvim7.3. When I launch gvim and type the command :version I see +python/dyn as well as +python3/dyn However, when I run :python3 print('hi') I receive the following error: E370: Could not load library python31.dll E263: Sorry, this command

Re: Python not working on vim7.3

2010-10-18 Thread bill lam
Пнд, 18 Окт 2010, binxter писал(а): > I recently installed Python 3.1.2 on my system as well as gvim7.3. > When I launch gvim and type the command :version I see +python/dyn as > well as +python3/dyn > > However, when I run > :python3 print('hi') > > I receive the following error: > E370: Could n

Re: Python not working on vim7.3

2010-10-18 Thread Grizzly(Francis Smit)
On 19/10/10 08:09, binxter wrote: I recently installed Python 3.1.2 on my system as well as gvim7.3. When I launch gvim and type the command :version I see +python/dyn as well as +python3/dyn However, when I run :python3 print('hi') I receive the following error: E370: Could not load library py

Re: Python not working on vim7.3

2010-10-19 Thread flebber
On Oct 19, 10:15 am, "Grizzly(Francis Smit)" wrote: > On 19/10/10 08:09, binxter wrote: > > > > > > > > > I recently installed Python 3.1.2 on my system as well as gvim7.3. > > When I launch gvim and type the command :version I see +python/dyn as > > well as +python3/dyn > > > However, when I ru

Re: Python not working on vim7.3

2010-10-19 Thread binxter
That's a good point. Vim is in the Programs x86 folder and I believe I grabbed the 64 bit Python. On Oct 18, 4:13 pm, bill lam wrote: > Пнд, 18 Окт 2010, binxter писал(а): > > > > > I recently installed Python 3.1.2 on my system as well as gvim7.3. > > When I launch gvim and type the command :ver

Re: Python not working on vim7.3

2010-10-19 Thread binxter
Thanks for the link. I'm still confused though because running :help python states that if there is a '+' sign next to the option, then that version of python is available. If the reality is that Vim7.3 is only compiled for Python 2.7 support, but :version displays +python and +python3, it seems th

Re: Python not working on vim7.3

2010-11-16 Thread Thomas L. Shinnick
At 08:49 AM 10/19/2010, you wrote: Python not working on vim7.3 [3 Updates] binxter Oct 19 07:00AM -0700 ^ Thanks for the link. I'm still confused though because running :help python states that if there is a '+' sign next to the option, then that version of python is av