Building Windows debug distribution

Thomas Heller theller at python.net
Fri Dec 10 07:32:59 EST 2004


"Mark English" <Mark.English at liffe.com> writes:

> I have a Windows build of Python 2.4 core with all the extensions, both
> debug and release. The release installer is built by msi.py
> Is there a way to build a debug distribution other than rewriting msi.py
> ?

But rewriting msi.py shouldn't be hard (replace xyz.pyd by xyz_d.pyd,
basically)

Thomas



More information about the Python-list mailing list