Wednesday, July 25, 2012

Compiling vim with python and python3 support under Cygwin

Python3 has recently been made available under Cygwin so I figured I
would build vim to support both. I added:

--enable-pythoninterp=dynamic

and

--enable-python3interp=dynamic

and sure enough, in :version I see +python/dyn +python3/dyn. However,
when I try:

:py print "hi"

or

:py3 print("hi")

I get E370 followed by E263. Did I miss something?

Thank you,

Chris

--
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

--
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

No comments: