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 robind
Recipients loewis, robind
Date 2009-02-28.19:46:11
SpamBayes Score 0.0001983988
Marked as misclassified No
Message-id <1235850373.84.0.142036078442.issue5019@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the code.  I've verified your findings and I've also
converted nested to an extension module and built it with distutils and
was still able to make it correctly load the themed common controls when
imported from Python, however I had to hack distutils a little bit to
keep it working.  In this case the code in msvc9compiler.py that runs
mt.exe overwrites the manifest that is specified in the rc file with one
that doesn't include the common controls assembly. 

I've still got to figure out what is the difference between this test
and wxPython's build...  It seems that none of the obvious things have
any effect.
History
Date User Action Args
2009-02-28 19:46:16robindsetrecipients: + robind, loewis
2009-02-28 19:46:13robindsetmessageid: <1235850373.84.0.142036078442.issue5019@psf.upfronthosting.co.za>
2009-02-28 19:46:12robindlinkissue5019 messages
2009-02-28 19:46:11robindcreate