This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kevinwatters
Recipients kevinwatters
Date 2007-10-26.14:10:24
SpamBayes Score 0.0068247253
Marked as misclassified No
Message-id <1193407824.97.0.744123721135.issue1337@psf.upfronthosting.co.za>
In-reply-to
Content
The msi.py script for creating an Windows MSI installer from a Python
source tree has hardcoded values for "PCBuild." The newer MSVC 2005
build directory is "PCBuild8" and has a slightly different structure.

msi.py needs to be changed to be able to work with a 2005-built Python
tree as well.
History
Date User Action Args
2007-10-26 14:10:25kevinwatterssetspambayes_score: 0.00682473 -> 0.0068247253
recipients: + kevinwatters
2007-10-26 14:10:25kevinwatterssetspambayes_score: 0.00682473 -> 0.00682473
messageid: <1193407824.97.0.744123721135.issue1337@psf.upfronthosting.co.za>
2007-10-26 14:10:24kevinwatterslinkissue1337 messages
2007-10-26 14:10:24kevinwatterscreate