Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0b1a0877
Commit
0b1a0877
authored
Jul 30, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention Cygwin in distutils error message about a missing VS 2003.
Fixes #1257728.
parent
f14701a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Lib/distutils/msvccompiler.py
Lib/distutils/msvccompiler.py
+4
-2
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/distutils/msvccompiler.py
View file @
0b1a0877
...
...
@@ -131,8 +131,10 @@ class MacroExpander:
self.set_macro("
FrameworkSDKDir
", net, "
sdkinstallroot
")
except KeyError, exc: #
raise DistutilsPlatformError,
\
("
Visual
Studio
2003
needs
to
be
installed
before
"
"
building
extensions
for
Python
.
")
("""Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "
-
c
mingw32
" to setup.py.""")
p = r"
Software
\
Microsoft
\
NET
Framework
Setup
\
Product
"
for base in HKEYS:
...
...
Misc/NEWS
View file @
0b1a0877
...
...
@@ -220,6 +220,9 @@ Core and builtins
Library
-------
-
Bug
#
1257728
:
Mention
Cygwin
in
distutils
error
message
about
a
missing
VS
2003.
-
Patch
#
1519566
:
Update
turtle
demo
,
make
begin_fill
idempotent
.
-
Bug
#
1508010
:
msvccompiler
now
requires
the
DISTUTILS_USE_SDK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment