
April 13, 2000
8:04 a.m.
Here's a patch for distutils/msvccompiler.py to ensure that the appropriate Python import library (e.g. "python15.lib" or "python15_d.lib") is linked in with your extension DLL on Windows. I never had any problems with this: the Python header files ensure this by a pragma. You (or distutils) don't have to care about this.
Thomas Heller