Hi,

I did not manage to build extension with distutils with Python compiled with
VS different than 2003. The need for 2003 was hard-coded in distutils.
You can try building extensions with VS2008 with Scons. This is what I do a
lot, and everything works fine as long as the interface does not use
standard structures (like FILE, custom structures are fine) or objects
allocated in the extension is freed in the extension.

Matthieu

2008/5/17 inhahe <[EMAIL PROTECTED]>:

>
> "Christian Heimes" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > inhahe schrieb:
> >> what is going on here, and how do I compile these external libraries?
> >
> > I assume you are trying to compile Python 2.5 with VS 9.0. It's not
> > supported. Some extensions don't compile under VS 9.0
> >
> > Christian
> >
>
> I just installed Visual Studio 8 and tried compling and I bgot the same
> problem.  hope this isn't a redundant post. i don't know if
> [EMAIL PROTECTED] reposts here.
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to