[Python-bugs-list] [ python-Bugs-756842 ] Ms VC 2003 not supported

SourceForge.net noreply@sourceforge.net
Mon, 23 Jun 2003 00:58:48 -0700


Bugs item #756842, was opened at 2003-06-18 21:17
Message generated for change (Comment added) made by darkarathorn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=756842&group_id=5470

Category: Distutils
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Paolo Invernizzi (darkarathorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ms VC 2003 not supported

Initial Comment:
The current msvccompiler.py has no support for Ms
Visual Studio NET 2003 release.
The registry keys are different than the original
VS.NET and NET Framework

File
"d:\repositories\python\dist\src\lib\distutils\msvccompiler.py",
line 114, in set_macro
    self.macros["$(%s)" % macro] = d[key]
KeyError: 'sdkinstallroot'


---
Paolo Invernizzi

----------------------------------------------------------------------

>Comment By: Paolo Invernizzi (darkarathorn)
Date: 2003-06-23 07:58

Message:
Logged In: YES 
user_id=172594

__revision__ = "$Id: msvccompiler.py,v 1.56 2003/05/14
19:48:57 lemburg Exp $"


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2003-06-21 13:48

Message:
Logged In: YES 
user_id=21627

What version of msvccompiler.py are you using? Specifically,
what is its __revision__?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=756842&group_id=5470