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 djohnanderson
Recipients
Date 2003-06-08.21:33:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=618290

I just got the 7.1 version of the microsoft compiler and
read over the code jhylton submitted and it looks like there
is a problem with  get_msvc_paths, which hard codes the
registry path:

..\7.0\VC\VC_OBJECTS_PLATFORM_INFO\Win32\Directories

it needs to be:
..\7.1\VC\VC_OBJECTS_PLATFORM_INFO\Win32\Directories

for the 7.1 compiler.

Although, there may be other problems with 7.1, I suspect
they are minor, so it would probably be pretty easy to
include minor changes to support 7.1

History
Date User Action Args
2007-08-23 15:15:34adminlinkissue614770 messages
2007-08-23 15:15:34admincreate