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
e467f433
Kaydet (Commit)
e467f433
authored
Ara 19, 2008
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Build against system Tcl framework.
üst
20fde664
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
build-installer.py
Mac/BuildScript/build-installer.py
+0
-7
NEWS
Misc/NEWS
+1
-0
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
e467f433
...
@@ -334,13 +334,6 @@ def checkEnvironment():
...
@@ -334,13 +334,6 @@ def checkEnvironment():
if
os
.
path
.
exists
(
'/opt/local'
):
if
os
.
path
.
exists
(
'/opt/local'
):
fatal
(
"Detected MacPorts, please remove before building Python"
)
fatal
(
"Detected MacPorts, please remove before building Python"
)
if
not
os
.
path
.
exists
(
'/Library/Frameworks/Tcl.framework'
)
or
\
not
os
.
path
.
exists
(
'/Library/Frameworks/Tk.framework'
):
fatal
(
"Please install a Universal Tcl/Tk framework in /Library from
\n\t
http://tcltkaqua.sourceforge.net/"
)
def
parseOptions
(
args
=
None
):
def
parseOptions
(
args
=
None
):
"""
"""
Parse arguments and update global settings.
Parse arguments and update global settings.
...
...
Misc/NEWS
Dosyayı görüntüle @
e467f433
...
@@ -14,6 +14,7 @@ Build
...
@@ -14,6 +14,7 @@ Build
-----
-----
- In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.
- In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.
Build against system Tcl framework.
What'
s
New
in
Python
2.5.3
c1
?
What'
s
New
in
Python
2.5.3
c1
?
=============================
=============================
...
...
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