Interesting.   No, I don't have multiple gvim.exe.  Don't know how
7.3.277.0 came out.

I just double confirmed by running directly

$ /home/xma/vim/gvim -u NONE -U NONE --noplugin

(1) No crash if I ran:    :py print(help('sys'))
(2) crash if I ran it the first time   :py print(help('io'))
(3) No more crash when workaround used, by editing pydoc.py

Also, about the 'official' gvim.exe from http://www.vim.org/download.php#pc

(1)  No "Python Interface to Vim" from the zip file

    GUI executable   gvim##.zip    gvim73_46.zip
    This is the "normal" GUI version.

    VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 27 2010 17:56:10)
    MS-Windows 32-bit GUI version
    Included patches: 1-46
    Compiled by Bram@KIBAALE
    Big version with GUI.  Features included (+) or not (-):
    ...  -python -python3

(2)  The only way to get "+python" version of gvim.exe is to run the
executable installer:  (install, save gvim.exe, and un-install :))

PC: MS-DOS and MS-Windows
For modern MS-Windows systems (starting with XP)
    gvim73_46.exe


Thanks
Sean


On Jul 18, 9:53 am, "Benjamin R. Haskell" <[email protected]> wrote:
> On Sun, 17 Jul 2011, Sean wrote:
> > It happened when Python Interface to Vim is used.
>
> > [...]
>
> > ------------------
> > Crash Information:
> > ------------------
> >  Application Name: gvim.exe
> >  Application Version:      7.3.277.0
> > [...]
>
> > --------------
> > gVIM :version
> > --------------
> > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 27 2010 17:59:02)
> > MS-Windows 32-bit GUI version with OLE support
> > Included patches: 1-46
>
> Do you have more than one version of gvim installed?  Otherwise, I'm not
> sure why the Application Version from the "Crash Information" would
> report 7.3.277.0, but included patches would report only 1-46.  (Usually
> the 'x' in '7.3.x' is the latest patch.)
>
> --
> Best,
> Ben

-- 
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, visit http://www.vim.org/maillist.php

Reply via email to