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 koen
Recipients aheider, cgohlke, christian.heimes, jdetaeye, koen, lemburg, loewis, mhammond, ntouran, zhirsch
Date 2009-10-29.15:44:55
SpamBayes Score 0.017559558
Marked as misclassified No
Message-id <1256831096.67.0.302567180144.issue4120@psf.upfronthosting.co.za>
In-reply-to
Content
The MinGW breakage probably comes from the same "issue" as encountered
in http://bugs.python.org/issue4120#msg80908 and #msg80909: the main
application, which embeds Matplotlib, does not have a manifest for the
MSVCR9 runtimes? That's a problem which should be addressed by adding a
manifest in the main application (and manifests can also be separate
files called app.exe.manifest if you do not want to embed it).
History
Date User Action Args
2009-10-29 15:44:56koensetrecipients: + koen, lemburg, loewis, mhammond, christian.heimes, aheider, zhirsch, jdetaeye, cgohlke, ntouran
2009-10-29 15:44:56koensetmessageid: <1256831096.67.0.302567180144.issue4120@psf.upfronthosting.co.za>
2009-10-29 15:44:55koenlinkissue4120 messages
2009-10-29 15:44:55koencreate