building extensions with gcc and python 2.2

Martin v. Loewis martin at v.loewis.de
Sun Oct 13 15:36:44 EDT 2002


Ken Seehof <kseehof at neuralintegrator.com> writes:

> Should I use Cygwin or Mingw?

If you use Cygwin, your users will need a complete Cygwin
installation, including the Python that comes with cygwin; you will
not be able to use your extension modules with PythonLabs Python,
ActivePython, or the Win32 extensions.

If you use Mingw, it probably will not work without tricks being done
to the import library.

Regards,
Martin



More information about the Python-list mailing list