Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
77621585
Kaydet (Commit)
77621585
authored
Tem 30, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mention Cygwin in distutils error message about a missing VS 2003.
Fixes #1257728.
üst
1f30c377
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
msvccompiler.py
Lib/distutils/msvccompiler.py
+4
-2
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/distutils/msvccompiler.py
Dosyayı görüntüle @
77621585
...
@@ -131,8 +131,10 @@ class MacroExpander:
...
@@ -131,8 +131,10 @@ class MacroExpander:
self
.
set_macro
(
"FrameworkSDKDir"
,
net
,
"sdkinstallroot"
)
self
.
set_macro
(
"FrameworkSDKDir"
,
net
,
"sdkinstallroot"
)
except
KeyError
,
exc
:
#
except
KeyError
,
exc
:
#
raise
DistutilsPlatformError
,
\
raise
DistutilsPlatformError
,
\
(
"Visual Studio 2003 needs to be installed before "
(
"""Python was built with Visual Studio 2003;
"building extensions for Python."
)
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"
p
=
r"Software\Microsoft\NET Framework Setup\Product"
for
base
in
HKEYS
:
for
base
in
HKEYS
:
...
...
Misc/NEWS
Dosyayı görüntüle @
77621585
...
@@ -220,6 +220,9 @@ Core and builtins
...
@@ -220,6 +220,9 @@ Core and builtins
Library
Library
-------
-------
-
Bug
#
1257728
:
Mention
Cygwin
in
distutils
error
message
about
a
missing
VS
2003.
-
Patch
#
1519566
:
Update
turtle
demo
,
make
begin_fill
idempotent
.
-
Patch
#
1519566
:
Update
turtle
demo
,
make
begin_fill
idempotent
.
-
Bug
#
1508010
:
msvccompiler
now
requires
the
DISTUTILS_USE_SDK
-
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