diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-10 07:26:41 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-10 07:26:41 (GMT) |
| commit | d24d5b3f81427500a62ae9e06de9adb6a1c46853 (patch) | |
| tree | 6c5916a1b7352829925b2225d456da8a9144a586 /Lib/distutils/msvccompiler.py | |
| parent | 8d65681e947e7c95173e0944ec6ea0277e66d591 (diff) | |
| download | cpython-d24d5b3f81427500a62ae9e06de9adb6a1c46853.zip cpython-d24d5b3f81427500a62ae9e06de9adb6a1c46853.tar.gz cpython-d24d5b3f81427500a62ae9e06de9adb6a1c46853.tar.bz2 | |
Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK.
Diffstat (limited to 'Lib/distutils/msvccompiler.py')
| -rw-r--r-- | Lib/distutils/msvccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index d725905..c96d527 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" |
