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 tarek
Recipients db3l, loewis, tarek
Date 2009-11-16.10:42:22
SpamBayes Score 1.69435e-06
Marked as misclassified No
Message-id <1258368144.84.0.709414228182.issue7293@psf.upfronthosting.co.za>
In-reply-to
Content
I made a test on my Express edition on the "FullScreen" value, but I
don't have a "Build Time" one.

Do you have a "FullScreen" key ?

can you run this in a shell, to see what value you get for FullScreen, 
and for build time ? (I find it strange that this one has a space btw, I
couldn't find a key with a space on my side)

>>> from distutils.msvc9compiler import Reg
>>> path = r'Software\Microsoft\VisualStudio\9.0'
>>> Reg.get_value(path, u"fullscreen")
>>> Reg.get_value(path, u"build timing")

If you get a value for fullscreen, we can have the same test for VC9 and
VCExpress.
History
Date User Action Args
2009-11-16 10:42:24tareksetrecipients: + tarek, loewis, db3l
2009-11-16 10:42:24tareksetmessageid: <1258368144.84.0.709414228182.issue7293@psf.upfronthosting.co.za>
2009-11-16 10:42:22tareklinkissue7293 messages
2009-11-16 10:42:22tarekcreate