On Fri, 27 Feb 2009 18:05:24 -0500 "Alex Nolley" <[email protected]> wrote:
> error: Python was built with Visual Studio 2003; > extensions must be built with a compiler than can generate compatible > binaries. Well, the message says it all... If you have a Python version compiled with Visual Studio 2003, you need to use Visual Studio 2003 to build extensions. You may want to look for unofficial builds of Python produced with 2005, or if all else fails to build Python with that version of the compiler yourself. PS. I would suggest not bothering trying to get Visual Studio use MinGW, as according to Google it can't be done (surprise surprise! Thank you, Microsoft). You will likely be better off with Eclipse (with appropriate plug-ins) if you want an IDE for MinGW. -- MS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
