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
d3f61a2d
Kaydet (Commit)
d3f61a2d
authored
Agu 30, 2004
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Pickup Tk from tcltk directory.
üst
6de2d4da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
msi.py
Tools/msi/msi.py
+7
-5
No files found.
Tools/msi/msi.py
Dosyayı görüntüle @
d3f61a2d
...
@@ -421,11 +421,13 @@ def add_ui(db):
...
@@ -421,11 +421,13 @@ def add_ui(db):
exit_dialog
.
cancel
(
"Cancel"
,
"Back"
,
active
=
0
)
exit_dialog
.
cancel
(
"Cancel"
,
"Back"
,
active
=
0
)
exit_dialog
.
text
(
"Acknowledgements"
,
135
,
95
,
220
,
120
,
0x30003
,
exit_dialog
.
text
(
"Acknowledgements"
,
135
,
95
,
220
,
120
,
0x30003
,
"Special Windows thanks to:
\n
"
"Special Windows thanks to:
\n
"
" LettError, Erik van Blokland, for the Python for Windows graphic.
\n
"
" LettError, Erik van Blokland, for the
\n
"
" Python for Windows graphic.
\n
"
" http://www.letterror.com/
\n
"
" http://www.letterror.com/
\n
"
"
\n
"
"
\n
"
" Mark Hammond, without whose years of freely shared Windows
\n
"
" Mark Hammond, without whose years of freely
\n
"
" expertise, Python for Windows would still be Python for DOS."
)
" shared Windows expertise, Python for Windows
\n
"
" would still be Python for DOS."
)
exit_dialog
.
text
(
"Description"
,
135
,
235
,
220
,
20
,
0x30003
,
exit_dialog
.
text
(
"Description"
,
135
,
235
,
220
,
20
,
0x30003
,
"Click the Finish button to exit the Installer."
)
"Click the Finish button to exit the Installer."
)
...
@@ -917,7 +919,7 @@ def add_files(db):
...
@@ -917,7 +919,7 @@ def add_files(db):
lib
.
start_component
(
"TkDLLs"
,
tcltk
)
lib
.
start_component
(
"TkDLLs"
,
tcltk
)
lib
.
add_file
(
"_tkinter.pyd"
)
lib
.
add_file
(
"_tkinter.pyd"
)
dlls
.
append
(
"_tkinter.pyd"
)
dlls
.
append
(
"_tkinter.pyd"
)
tcldir
=
os
.
path
.
normpath
(
srcdir
+
"/../tcl
84
/bin"
)
tcldir
=
os
.
path
.
normpath
(
srcdir
+
"/../tcl
tk
/bin"
)
for
f
in
glob
.
glob1
(
tcldir
,
"*.dll"
):
for
f
in
glob
.
glob1
(
tcldir
,
"*.dll"
):
lib
.
add_file
(
f
,
src
=
os
.
path
.
join
(
tcldir
,
f
))
lib
.
add_file
(
f
,
src
=
os
.
path
.
join
(
tcldir
,
f
))
# check whether there are any unknown extensions
# check whether there are any unknown extensions
...
@@ -937,7 +939,7 @@ def add_files(db):
...
@@ -937,7 +939,7 @@ def add_files(db):
lib
.
add_file
(
f
.
replace
(
'pyd'
,
'lib'
))
lib
.
add_file
(
f
.
replace
(
'pyd'
,
'lib'
))
lib
.
add_file
(
'python
%
s
%
s.lib'
%
(
major
,
minor
))
lib
.
add_file
(
'python
%
s
%
s.lib'
%
(
major
,
minor
))
# Add Tcl/Tk
# Add Tcl/Tk
tcldirs
=
[(
root
,
'../tcl
84
/lib'
,
'tcl'
)]
tcldirs
=
[(
root
,
'../tcl
tk
/lib'
,
'tcl'
)]
tcltk
.
set_current
()
tcltk
.
set_current
()
while
tcldirs
:
while
tcldirs
:
parent
,
phys
,
dir
=
tcldirs
.
pop
()
parent
,
phys
,
dir
=
tcldirs
.
pop
()
...
...
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