/nodefaultlib:python24.lib That's 2.4 right?
The point is that vim.command() is not thread-safe. I tried this in pearl (5.8) as well with the same result. Except that perl's VIM::Msg works in a thread (albeit things seem unstable) and VIM::DoCommand does not. Chuck -----Original Message----- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:11 AM To: Chuck Mason Cc: Tom Whittock; vim@vim.org Subject: Re: Python crash > -----Original Message----- > From: Tom Whittock [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 05, 2007 2:47 AM > To: Chuck Mason > Cc: vim@vim.org > Subject: Re: Python crash > >> sys.path.append("c:\\python23\\lib") > > What's the result of > > :py import sys > :py print sys.version > > ? > > If it's not 2.3.something then there is no way you should be doing that. > > Chuck Mason wrote: > Just to verify-I tried with python2.4 libs too :-D > You should be using the same version of Python as what Vim was compiled for, see the second half of the output of ":version". Best regards, Tony. -- I've found my niche. If you're wondering why I'm not there, there was this little hole in the bottom ... -- John Croll