ZyX <zyx....@gmail.com> wrote:

>> > I still see a big difference between the output and what is supposed to
>> > be the output.
>> >
>> > In test86 output lines 757 to 1075 are missing.  It's like some part of
>> > the test didn't run.
>>
>> I see the same difference in test86.
>>
>> > In test87 there are a few errors in several lines.  E.g. getting
>> > "SyntaxError" instead of "TypeError".
>>
>> I also see that difference in test87.
>>
>> Furthermore, I see this kind of errors in "test87.failed" which
>> I do not see in "test87.ok":
>>
>> E: This Vim cannot execute :python after using :py
>> E: Sorry, this command is disabled, the Python library could not be loaded.
>>
>> Glancing at test87.in, I see that I invokes the :py3 command
>> at line 7 for example as well as the :py command (at line 711 for
>> example).
>
> Thanks. I am wondering though why using both pythons
> at a time is disabled in your vim, I can call both when
> choose both python/dyn and python3/dyn at a time.

Hi ZyX

I check further this weekend.  In the mean time
here are the Python versions used by Vim on my machine:

:py import sys
:py print(sys.version)
2.7.3 (default, Sep 26 2012, 21:53:55)
[GCC 4.7.2]

:py3 import sys
:py3 print(sys.version)
3.2.3 (default, Oct 19 2012, 19:55:38)
[GCC 4.7.2]


These are Python packages from xubuntu-12.10, I did not
compile them myself.

Dominique

-- 
-- 
You received this message from the "vim_dev" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui