- E02 - Support for MinGW Open Source Compiler

Fredrik Lundh fredrik at pythonware.com
Mon Feb 14 15:21:26 EST 2005


"Pat" wrote:

> If you are telling me that minGW can compile extensions that are
> compatible with the Python 2.4 that uses msvcr71.dll, then that is good
> news indeed.  Is there anything that needs to be configured or patched
> to make this happen?  And how does minGW know which dll to link?  What
> if I have both versions of Python installed - 2.3.5 and 2.4?  Is there
> an easy way to detect this and switch between the two dlls?

just use the right Python to run the setup.py script, and distutils will take
care of the rest.

</F> 






More information about the Python-list mailing list