Visual Studio not installed

Fuzzyman michael at foord.net
Wed Jul 14 02:59:30 EDT 2004


[snip..]
> But keep in mind that both the interpreter and all C extensions need to 
> be compiled with the same compiler.  Most people who write extensions 
> plan for them to be used with Visual Studio 6, since that's what the 
> python.org distribution uses.  If you use some other compiler, then 
> you'll have to recompile every extension you install, and you may need 

AFAIK this statement is just wrong. I've compiled extensions with gcc
(from minGW) on windows and had them work fine alongside other
precompiled extensions.

Have a look at :

http://sebsauvage.net/python/mingw.html

Regards,

Fuzzy

http://www.voidspace.org.uk/atlantibots/pythonutils.html

> to tweak things to get it to work.  It's probably easier, in the long 
> run, to download and figure out MS's free command-line version of VC++ 
> (or to talk someone who already has it into compiling the extension in 
> question for you)...
> 
> Jeff Shannon
> Technician/Programmer
> Credit International



More information about the Python-list mailing list