On 26 July 2012 06:59, Chris Sutcliffe <[email protected]> wrote: > On 25 July 2012 20:25, Tony Mechelynck wrote: >> And finally: If nothing else avails, try recompiling Vim with static Python >> (remove the =dynamic then make sure your new config settings will be used by >> running "make reconfig". See >> http://users.skynet.be/antoine.mechelynck/vim/compunix.htm for details. >> There will probably be some differences.) > > Statically compiling in Python or Python3 support works fine, so it > looks like I have to choose one or the other, which is disappointing.
I managed to get it to work. I had to modify config.mk to include the actual python dlls to load dynamically (it was generated with an empty string). As time permits I'll look in to patching configure.in / configure to pick up the dll names correctly for Cygwin. Cheers, 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
