Message184294
| Author |
terry.reedy |
| Recipients |
brian.curtin, ezio.melotti, georg.brandl, michael.foord, ocean-city, pitrou, r.david.murray, terry.reedy, zach.ware |
| Date |
2013年03月16日.06:20:53 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1363414854.25.0.253083975797.issue10652@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
After editing 2.7 files to match Zach's patch, and also after adding the changes in my patch, and also deleting tcltk directory and rerunning external.bat to rebuild tcltk/ for 2.7 with tcl/tk 8.5.2,
the tests still do not all work right.
--------------
F:\Python\dev\py27\PCbuild> python_d -m test.regrtest -ugui test___all__ test_tcl test_tk test_ttk_guionly test_ttk_text
only
test___all__
Warning -- os.environ was modified by test___all__
test_tcl
test test_tcl failed -- multiple errors occurred; run in verbose mode for details
test_tk
test_tk skipped -- tk not available: Can't find a usable init.tcl in the following directories:
F:/Python/dev/py27/lib/tcl8.5 F:/Python/dev/py27/lib/tcl8.5 F:/Python/dev/lib/tcl8.5 F:/Python/dev/py27/library F:/P
ython/dev/library F:/Python/dev/tcl8.5.2/library F:/Python/tcl8.5.2/library
This probably means that Tcl wasn't installed properly.
------
If test_tcl is run first, it works, test_ttk_guionly gives the same message as test_tk, test_ttk_testonly is OK. So the attached patch, 10652_tkfix_27.diff is an improvement, but not a complete fix.
I am going to concentrate on 3.x (which means manually delete tcltk and re-compile) and apply if all goes well. |
|