[Distutils] Compiling / Installing extensions

Thomas Heller thomas.heller@ion-tof.com
Fri, 4 Feb 2000 20:36:50 +0100


> Python picks up .pyd's or .dll's for extensions.  We could just change
> _shared_lib_ext to '.pyd'.
But this does change nothing.
Only after I changed 
    g['SO'] = '.dll'
to
    g['SO'] = '.pyd'
in sysconfig.py: _init_nt()

Have to look after this.
Thomas