Skip to content

Commit 308c164

Browse files
committed
fixup! gh-124111: Update Windows to use Tcl/Tk 9.0.3
Attempted MSI fixups.
1 parent d4d914f commit 308c164

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Tools/msi/tcltk/tcltk_files.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<Component Id="_tkinter.lib" Directory="libs" Guid="*">
1111
<File Name="_tkinter.lib" KeyPath="yes" />
1212
</Component>
13-
<Component Id="tcl86t.dll" Directory="DLLs" Guid="*">
14-
<File Name="tcl86t.dll" KeyPath="yes" />
13+
<Component Id="tcl90.dll" Directory="DLLs" Guid="*">
14+
<File Name="tcl90.dll" KeyPath="yes" />
1515
</Component>
16-
<Component Id="tk86t.dll" Directory="DLLs" Guid="*">
17-
<File Name="tk86t.dll" KeyPath="yes" />
16+
<Component Id="tcl9tk90.dll" Directory="DLLs" Guid="*">
17+
<File Name="tcl9tk90.dll" KeyPath="yes" />
1818
</Component>
1919
<Component Id="zlib1.dll" Directory="DLLs" Guid="*">
2020
<File Name="zlib1.dll" KeyPath="yes" />

Tools/msi/testrelease.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ exit /B 0
8888
)
8989
@if not errorlevel 1 (
9090
@echo Testing Tcl/tk
91-
@set TCL_LIBRARY=%~2\Python\tcl\tcl8.6
9291
"%~2\Python\python.exe" -m test -uall -v test_ttk_guionly test_tk test_idle > "%~2\tcltk.txt" 2>&1
93-
@set TCL_LIBRARY=
9492
)
9593

9694
@set EXITCODE=%ERRORLEVEL%

0 commit comments

Comments
 (0)