[issue2437] Distutils runtime_library_dirs broken on Windows

Laurent Gautier report at bugs.python.org
Sun May 18 22:20:33 CEST 2008


Laurent Gautier <lgautier at gmail.com> added the comment:

The bug is still here with Python 2.5.2.

I anyone want to have it work urgently, there is a quick but very ugly
fix: add
g['CC'] = 'gcc' 
into the function _init_nt() in the file Lib\distutils\sysconfig.py
of the Python install.

----------
nosy: +lgautier

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2437>
__________________________________


More information about the Python-bugs-list mailing list