Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90387ff

Browse files
author
Hirokazu Yamamoto
committed
regrtest.py now runs python in build/test_python_xxx. (deeper than here)
So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as relative path. (Windows)
1 parent 6c9c090 commit 90387ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
3838
if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
3939
if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
4040

41-
PATH %PATH%;..\..\%tcltk%\bin
41+
PATH %PATH%;%~dp0..\..\%tcltk%\bin
4242
set exe=%prefix%\python%suffix%
4343
set cmd=%exe% %dashO% -Wd -E -bb ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
4444
if defined qmode goto Qmode

0 commit comments

Comments
 (0)