On 3/26/07, Christian Ebert <[EMAIL PROTECTED]> wrote:
* Aaron Griffin on Monday, March 26, 2007 at 10:39:24 -0500:
> On 3/26/07, Christian Ebert <[EMAIL PROTECTED]> wrote:
>> I wanted to try out omnicompletion with Python 2.5, and I get the
>> following:
>>
>> Error detected while processing function
> Try the following in vim:
>
> :python import sys; print sys.version

2.5 (r25:51908, Dec 15 2006, 13:53:51)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1671)]

Odd, I was hoping that was the issue.  This line bothers me:
/usr/local/lib/python2.5/lib-dynload/cStringIO.so undefined reference
to _PyArg_ParseTuple expected to be defined in a dynamic image

I don't have enough Mac-fu to track that down though (well, I don't
have enough Mac, either, forget the -fu, heh).

In a standard python interpreter instance, does importing cStringIO work fine?

Reply via email to