Python compiled on Windows

Duncan Booth duncan.booth at invalid.invalid
Mon Feb 5 13:12:59 EST 2007


Franz Steinhaeusler <franz.steinhaeusler at gmx.at> wrote:

> Hello, I'm only curious.
> 
> Why is Python and most extension (also wxPython) not built using an
> open source compiler like gcc or g++ on Windows?
> 
> I'm always wondering, why Microsoft is still supported 
> in that way, using VC++ 7.1, if I'm not wrong.
> 
> Ok, maybe the compiled assembler code could be better, but
> this cannot be the reason, or?
> 
> It would be wonderful (from the principle) if this could be possible.
> From the standpoint of open source.
> 
> What are your opinions?

Practicality beats purity.

To maximise the interoperability of Python with other software on the 
platform it makes sense to use the best supported compiler environment for 
the platform.




More information about the Python-list mailing list