lib-python/3/test/test_tcl.py::unmodified
== PyPy 3.11.15 (f0ba547da91c, Jul 01 2026, 03:54:35) [PyPy 7.3.24-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_7020æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 3691319637
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_tcl
setUpModule (test.test_tcl) ... ERROR
======================================================================
ERROR: setUpModule (test.test_tcl)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_tcl.py", line 711, in setUpModule
tcl = Tcl()
^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tkinter\__init__.py", line 2452, in Tcl
return Tk(screenName, baseName, className, useTk)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tkinter\__init__.py", line 2350, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\__init__.py", line 32, in create
return TkApp(screenName, className,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 164, in __new__
Tcl_AppInit(self)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 56, in Tcl_AppInit
app.raiseTclError()
^^^^^^^^^^^^^
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 177, in raiseTclError
raise TclError(tkffi.string(
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/lib_pypy/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/pypy/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/pypy/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/tcl8.6.9/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/tcl8.6.9/library
This probably means that Tcl wasn't installed properly.
----------------------------------------------------------------------
Ran 0 tests in 0.010s
FAILED (errors=1)
test_tcl failed (1 error)
== Tests result: FAILURE ==
1 test failed:
test_tcl
Total duration: 278 ms
Total tests: run=0
Total test files: run=1/1 failed=1
Result: FAILURE
test test_tcl failed
builder: pypy-c-jit-win-x86-64 build #2423+
test: lib-python/3/test/test_tcl.py::unmodified