dv1...@wayne.edu
unread,Jun 9, 2013, 1:17:01 AM6/9/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
On Tiger PPC, there is a new error in 7.3.1148 that was not in 7.3.1020 or earlier. To reproduce, clone a fresh repo and build with --enable-pythoninterp. Open a MacVim window and do
:py print "hello"
I see the following error:
sys:1: RuntimeWarning: Python C API version mismatch for module vim: This Python has API version 1013, module vim has version 1012.
I have MacVim linked against Python 2.7.5, installed into /library/frameworks. Linking to a Python located there has always worked fine until now.
-gmn