Commit c536bc62 authored by Martin v. Löwis's avatar Martin v. Löwis

Change error message to indicate that VS2003 is necessary to build extension...

Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK.
parent 26275077
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment