python 3

2017-11-22 Thread Ni Va
Hi, Just try from vim.8.0.1330 to execute :py3 import sys (with python v3.7.0a2) fails and exit vim. May I miss some things to do? Thank you -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Python 3 support

2016-01-22 Thread rameo
I've installed the latest vim beta: gvim-7-4-1087.exe Doesn't the beta support python 3? `import vim` doesn't work. Vim could not load library python27.dll I've installed python 3.5. uninstalled it and installed python 3.4 uninstalled it and installed 3.3 Still same

Python 3 support

2016-01-22 Thread rameo
I've installed the latest vim beta: gvim-7-4-1087.exe Doesn't the beta support python 3? `import vim` doesn't work. Vim could not load library python27.dll I've installed python 3.5. uninstalled it and installed python 3.4 uninstalled it and installed 3.3 Still same

Re: python 3

2017-11-23 Thread wsdjeg
On Thursday, November 23, 2017 at 6:31:10 AM UTC+8, Ni Va wrote: > Hi, > > Just try from vim.8.0.1330 to execute :py3 import sys (with python v3.7.0a2) > fails and exit vim. > > > May I miss some things to do? > Thank you what is your os? and what is the error message, nothing is post! -- -

Re: python 3

2017-11-23 Thread Ni Va
Le jeudi 23 novembre 2017 09:27:41 UTC+1, wsdjeg a écrit : > On Thursday, November 23, 2017 at 6:31:10 AM UTC+8, Ni Va wrote: > > Hi, > > > > Just try from vim.8.0.1330 to execute :py3 import sys (with python > > v3.7.0a2) fails and exit vim. > > > > > > May I miss some things to do? > > Thank

Re: python 3

2017-11-23 Thread Ni Va
Le jeudi 23 novembre 2017 09:50:20 UTC+1, Ni Va a écrit : > Le jeudi 23 novembre 2017 09:27:41 UTC+1, wsdjeg a écrit : > > On Thursday, November 23, 2017 at 6:31:10 AM UTC+8, Ni Va wrote: > > > Hi, > > > > > > Just try from vim.8.0.1330 to execute :py3 import sys (with python > > > v3.7.0a2) fail

Re: python 3

2017-11-24 Thread rameo
On Wednesday, November 22, 2017 at 11:31:10 PM UTC+1, Ni Va wrote: > Hi, > > Just try from vim.8.0.1330 to execute :py3 import sys (with python v3.7.0a2) > fails and exit vim. > > > May I miss some things to do? > Thank you You're using Python 3.7. Vim is made for Python 3.5. You need to insta

Re: python 3

2017-11-24 Thread Cesar Romani
On 24/11/2017 03:46 a.m., rameo wrote: > On Wednesday, November 22, 2017 at 11:31:10 PM UTC+1, Ni Va wrote: >> Hi, >> >> Just try from vim.8.0.1330 to execute :py3 import sys (with python v3.7.0a2) fails and exit vim. >> >> >> May I miss some things to do? >> Thank you > > You're using Python 3.

Re: python 3

2017-11-24 Thread Ni Va
Le vendredi 24 novembre 2017 14:58:17 UTC+1, andalou a écrit : > On 24/11/2017 03:46 a.m., rameo wrote: > > On Wednesday, November 22, 2017 at 11:31:10 PM UTC+1, Ni Va wrote: > >> Hi, > >> > >> Just try from vim.8.0.1330 to execute :py3 import sys (with python > v3.7.0a2) fails and exit vim. >

Re: python 3

2017-11-25 Thread Nikolay Aleksandrovich Pavlov
are generally not ABI-compatible. > > 发自我的华为手机 > > 原始邮件 ---- > 主题:Re: python 3 > 发件人:Ni Va > 收件人:vim_use > 抄送: > > Le vendredi 24 novembre 2017 14:58:17 UTC+1, andalou a écrit : >> On 24/11/2017 03:46 a.m., rameo wrote: >> > On Wednesday, Nov

Re: python 3

2017-11-26 Thread Ni Va
ed with and Python version actually used > must match, Python’s n.i and n.j are generally not ABI-compatible. > > > > > 发自我的华为手机 > > > > 原始邮件 > > 主题:Re: python 3 > > 发件人:Ni Va > > 收件人:vim_use > > 抄送: > > > > Le vend

Re: python 3

2017-11-26 Thread Ni Va
ng to work properly if Vim was compiled with python 3.5. > > Python version Vim was compiled with and Python version actually used > > must match, Python’s n.i and n.j are generally not ABI-compatible. > > > > > > > > 发自我的华为手机 > > > > > > ---

Re: python 3

2017-11-27 Thread Cesar Romani
On 26/11/2017 04:45 p.m., Ni Va wrote: [...] >> >> Sorry but vim's own build is compild with PYTHON_VER=37, DYNAMIC etc.. >> So it should works. It fails. > > Uninstalling python 3.7 and after pyhton 3.5 installed it works. > Thank you. It also works with python 3.6.3 -- Cesar -- -- You receive

Re: Python 3 support

2016-01-22 Thread Christian Brabandt
Hi rameo! On Fr, 22 Jan 2016, rameo wrote: > I've installed the latest vim beta: gvim-7-4-1087.exe > > Doesn't the beta support python 3? > > `import vim` doesn't work. > Vim could not load library python27.dll > > I've installed python 3.

Re: Python 3 support

2016-01-22 Thread rameo
Op vrijdag 22 januari 2016 22:18:03 UTC+1 schreef Christian Brabandt: > Hi rameo! > > On Fr, 22 Jan 2016, rameo wrote: > > > I've installed the latest vim beta: gvim-7-4-1087.exe > > > > Doesn't the beta support python 3? > > > > `impo

回复: python 3

2017-11-24 Thread Shidong Wang
no need to install python3.5 , just set the value of pythonthreedll. 发自我的华为手机 原始邮件 主题:Re: python 3 发件人:Ni Va 收件人:vim_use 抄送: Le vendredi 24 novembre 2017 14:58:17 UTC+1, andalou a écrit : > On 24/11/2017 03:46 a.m., rameo wrote: > > On Wednesday, November 22, 2017 at

Python 2 vs Python 3 in Vim

2015-01-02 Thread Shiny Bling
Hi, When creating a vim build for Windows, I noticed that Python 2 and Python 3 are not exactly compatible. I can imagine that there are plugins written using both versions. What is a reasonable solution for supporting these languages in vim builds? They can't be loaded both at the same

Re: Python 2 vs Python 3 in Vim

2015-01-02 Thread Roland Puntaier
en creating a vim build for Windows, I noticed that Python 2 and Python 3 are not exactly compatible. I can imagine that there are plugins written using both versions. What is a reasonable solution for supporting these languages in vim builds? They can't be loaded both at the same time.

Using VIM as a IDLE for Python 3.

2017-12-03 Thread Wilson Baron
Hello There, I am a Vim newbie, and I was wondering if anyone can suggest an already existing post for using VIM as an IDLE for Python 3, or a good tutorial to follow up. I am using Debian 9 as my OS. Any advise is highly appreciated Cheers Wilson -- -- You received this message from the

Re: Using VIM as a IDLE for Python 3.

2017-12-03 Thread Shlomi Fish
Hi Wilson! On Sat, 2 Dec 2017 22:56:08 -0800 (PST) Wilson Baron wrote: > Hello There, > > I am a Vim newbie, and I was wondering if anyone can suggest an already > existing post for using VIM as an IDLE for Python 3, or a good tutorial to > follow up. > IDLE is

Re: Using VIM as a IDLE for Python 3.

2017-12-04 Thread Felipe Vieira
On Sunday, December 3, 2017 at 6:33:51 AM UTC-2, Wilson Baron wrote: > Hello There, > > I am a Vim newbie, and I was wondering if anyone can suggest an already > existing post for using VIM as an IDLE for Python 3, or a good tutorial to > follow up. > > I am using D

vim crashes in windows when trying to execute python 3 command

2019-07-13 Thread skeept
I had to change computers recently. In my previous computer I was compiling vim with python to avoid this issue also, but I had no time to compile it yet so I downloaded a 64 bit build of vim for windows: MS-Windows 64-bit console version Included patches: 1-1649 Compiled by appveyor@APPVYR-WIN

Re: vim crashes in windows when trying to execute python 3 command

2019-07-14 Thread Christian Brabandt
On Sa, 13 Jul 2019, skeept wrote: > I had to change computers recently. In my previous computer I was compiling > vim with python to avoid this issue also, but I had no time to compile it yet > so I downloaded a 64 bit build of vim for windows: > > MS-Windows 64-bit console version > Included

Re: vim crashes in windows when trying to execute python 3 command

2019-07-14 Thread skeept
> Although nowhere stated explicitly, I believe Vims python implementation > is not exactly compatible with conda. Please try with a normal python > distribution. > > > Best, > Christian > -- > Man soll die lieben, über die man befielt, aber man soll es ihnen > nicht sagen. > --

Re: vim crashes in windows when trying to execute python 3 command

2019-07-14 Thread Christian Brabandt
On So, 14 Jul 2019, skeept wrote: > I confirmed that is the case. When I try using another python distribution it > doesn't crash. > I hope at some point vim or conda can fix the issue, for now my best choice > is to find time to compile vim without python. It is probably an implementation de

Re: Unable to compile Vim with Python 3, Perl, and OLE support for Windows XP with MinGW

2013-03-01 Thread cyboman
if it is compiles with OLE=no gvim.exe works > fine). Is there a way to statically link those libraries without the need of > copying them? > > Problem 2. > Python 3 support doesn't work out right. I tried compiling with > DYNAMIC_PYTHON3 set to yes as well as no. Whene

Re: Unable to compile Vim with Python 3, Perl, and OLE support for Windows XP with MinGW

2013-03-01 Thread cyboman
gt; > I'm going to try to post it here. > > > > Issue > > I need to compile Vim with Python 3, Perl, and OLE and OLEsupport. > > > > Problem 1. > > I tried to compile with OLE support (all I have to do is to set OLE=yes) > > but for some reason it

Re: Unable to compile Vim with Python 3, Perl, and OLE support for Windows XP with MinGW

2013-03-01 Thread Ben Fritz
On Friday, March 1, 2013 2:40:53 PM UTC-6, cyboman wrote: > I tried to post similar question vim_dev group, but I think I posted in the > wrong group. I apologize in advance if you have seen this question before. > I'm going to try to post it here. > > Issue > I need to