Making a def file from python23.lib for mingw32

Gerhard Häring gh at ghaering.de
Tue Aug 5 20:44:29 EDT 2003


Travis Oliphant wrote:
> Has anyone succeeded in making a usable def file from python23.lib so 
> that which can be used to compile extensions with mingw32? [...]

The instructions in the Python distutils documentation (well, where is 
it, all I always do is %google python non-ms compiler ;-) worked fine 
for me for Python 2.3.

Just be sure to copy python{major}{minor}.dll in the working directory 
before executing the commands there.


-- Grhard





More information about the Python-list mailing list