Compiler for external modules for python

P

pretoriano_2001

Hello:
I have interesting external modules that I want to incorporate to
python 2.4.3 and python 2.5b2 also. Some of them requires C/C++
compiler. I work with Win XP Sp2 and have installed VC2005 express (I
do not know if the compiler is the one with optimizing
characterisitics), when trying to install some module using "distutils"
program, it asks for C/C++ VC7 that is part of VS2003, it seems
distutils is not configured for VC8 that is part of VC2005.
Under this circumstances I tried to find the VC7 compiler from
microsoft sites, however it deflect to the new version of VS2005, so I
"lost the cord and the goat" .
I do not know what to do. Does anybody has some guidelines about this
matter?
Thanks!!!
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

Under this circumstances I tried to find the VC7 compiler from
microsoft sites, however it deflect to the new version of VS2005, so I
"lost the cord and the goat" .
I do not know what to do. Does anybody has some guidelines about this
matter?

You need to use VS 2003 to build Python extensions; VS 2005 does not
work. As Microsoft has stopped shipping VS 2003, you could try to get
a copy on ebay.

Alternatively, you can use GNU MingW to build Python extensions.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,284
Messages
2,571,411
Members
48,105
Latest member
KateDrozd

Latest Threads

Top