mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
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.
This commit is contained in:
parent
434812d569
commit
b6be20ca33
7 changed files with 15 additions and 32 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue