> there are already no less than _four_ mingw ports of python, of varying 
> degrees.
> 
> * http://jove.prohosting.com/iwave/ipython/pyMinGW.html

Ok, this one builds pythonXY, so it tries to be compatible with the
official distribution (although it seems to link against MSVCRT.dll)

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

That's *not* a port of Python to MingW. Instead, it is a set of
instructions on how to build Python extension modules, using the
official Python binaries, with mingw. I think this is obsolete now,
as this now ships with Python itself.

> * http://python-mingw.donbennett.org/

This doesn't seem to be distributing binaries.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to