"Mark English" <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list