[Distutils] Compiling / Installing extensions

Robin Becker robin@jessikat.demon.co.uk
Fri, 4 Feb 2000 21:05:33 +0000


In article <03be01bf6f47$2ec3ac80$4500a8c0@thomasnotebook>, Thomas
Heller <thomas.heller@ion-tof.com> writes
>> 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
....


mmmmhhhh this code is dusty
-- 
Robin Becker