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 Christopher.Paolini
Recipients Christopher.Paolini, Daniel26, benjamin.peterson, cmcqueen1975, ebrehault, hagen, janssen, jwp, keldonin, kermode, tarek
Date 2010-04-13.06:43:13
SpamBayes Score 0.011491033
Marked as misclassified No
Message-id <1271140995.93.0.874003493979.issue2698@psf.upfronthosting.co.za>
In-reply-to
Content
There is an issue with Visual Studio 2008 and the latest 2.6.5
It searches using

productdir = Reg.get_value(r"%s\Setup\VC" % vsbase,
                                   "productdir")

I just fresh installed Visual Studios and there is no registry "setup" folder. So you can't find the install directory that way at least not on my machine. Windows 7 64-bit and I installed Microsoft Visual Studio 2008 SP1
History
Date User Action Args
2010-04-13 06:43:16Christopher.Paolinisetrecipients: + Christopher.Paolini, janssen, kermode, benjamin.peterson, tarek, hagen, jwp, keldonin, cmcqueen1975, ebrehault, Daniel26
2010-04-13 06:43:15Christopher.Paolinisetmessageid: <1271140995.93.0.874003493979.issue2698@psf.upfronthosting.co.za>
2010-04-13 06:43:14Christopher.Paolinilinkissue2698 messages
2010-04-13 06:43:13Christopher.Paolinicreate