summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/compiler/msvc9compiler.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-16 21:34:55 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-16 21:34:55 (GMT)
commitb6be20ca337348b7cf2b356f9354a4121627add0 (patch)
tree23cea276dc7e0b5193ebe0951e1d6cde8779af25 /Lib/packaging/compiler/msvc9compiler.py
parent434812d569eef54dd79936e581fc20df57671158 (diff)
downloadcpython-b6be20ca337348b7cf2b356f9354a4121627add0.zip
cpython-b6be20ca337348b7cf2b356f9354a4121627add0.tar.gz
cpython-b6be20ca337348b7cf2b356f9354a4121627add0.tar.bz2
Packaging: remove last mentions and uses of setup.py in the code.
Now only the compatibility layer (in create, util and install) talk about setup.py.
Diffstat (limited to 'Lib/packaging/compiler/msvc9compiler.py')
-rw-r--r--Lib/packaging/compiler/msvc9compiler.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/packaging/compiler/msvc9compiler.py b/Lib/packaging/compiler/msvc9compiler.py
index 43fc5fa..6ca49c2 100644
--- a/Lib/packaging/compiler/msvc9compiler.py
+++ b/Lib/packaging/compiler/msvc9compiler.py
@@ -130,10 +130,10 @@ class MacroExpander:
raise KeyError("sdkinstallrootv2.0")
except KeyError:
raise PackagingPlatformError(
- """Python was built with Visual Studio 2008;
-extensions must be built with a compiler than can generate compatible binaries.
-Visual Studio 2008 was not found on this system. If you have Cygwin installed,
-you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
+"""Python was built with Visual Studio 2008; extensions must be built with a
+compiler than can generate compatible binaries. Visual Studio 2008 was not
+found on this system. If you have Cygwin installed, you can try compiling
+with MingW32, by passing "-c mingw32" to pysetup.""")
if version >= 9.0:
self.set_macro("FrameworkVersion", self.vsbase, "clr version")