[Python-Dev] test_tcl failing...
Guido van Rossum
guido at python.org
Thu Mar 25 19:07:31 EST 2004
When I tried this on my WinXP box, I got this:
C:\Python24>python lib\test\regrtest.py test_tcl
test_tcl
test test_tcl failed -- Traceback (most recent call last):
File "C:\Python24\lib\test\test_tcl.py", line 116, in testPackageRequire
tcl.eval('package require Tclx')
TclError: can't find package Tclx
1 test failed:
test_tcl
C:\Python24>
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list