]> granicus.if.org Git - python/commitdiff
Change error message to indicate that VS2003 is necessary to build extension modules...
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 10 Jul 2006 07:26:41 +0000 (07:26 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 10 Jul 2006 07:26:41 +0000 (07:26 +0000)
Lib/distutils/msvccompiler.py

index d725905bd0c5d921eafd58127f900282dc6a28d7..c96d5274785916ed14279991b8ac30598c37a63b 100644 (file)
@@ -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"