From: Martin v. Löwis Date: Mon, 10 Jul 2006 07:26:41 +0000 (+0000) Subject: Change error message to indicate that VS2003 is necessary to build extension modules... X-Git-Tag: v2.5b2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d24d5b3f81427500a62ae9e06de9adb6a1c46853;p=thirdparty%2FPython%2Fcpython.git Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK. --- diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index d725905bd0c5..c96d52747859 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py @@ -131,7 +131,7 @@ class MacroExpander: self.set_macro("FrameworkSDKDir", net, "sdkinstallroot") except KeyError, exc: # raise DistutilsPlatformError, \ - ("The .NET Framework SDK needs to be installed before " + ("Visual Studio 2003 needs to be installed before " "building extensions for Python.") p = r"Software\Microsoft\NET Framework Setup\Product"