STINNER Victor <victor.stin...@gmail.com> added the comment:

Serhiy: "It still uses Tcl/Tk 8.5.15."

pythoninfo says:
---
tkinter.TCL_VERSION: 8.5
tkinter.TK_VERSION: 8.5
tkinter.info_patchlevel: 8.5.15
---

The compilation says:
---
Fetching external libraries...
(...)
tcl-8.5.19.0 already exists, skipping.
tk-8.5.19.0 already exists, skipping.
tix-8.4.3.5 already exists, skipping.
(...)
Project "D:\buildarea\2.7.ware-win81-release\build\PCbuild\_tkinter.vcxproj" 
(24) is building 
"D:\buildarea\2.7.ware-win81-release\build\PCbuild\tcl.vcxproj" (25) on node 1 
(default targets).
(...)
cd /D "D:\buildarea\2.7.ware-win81-release\build\externals\tcl-8.5.19.0\win"
  nmake -f makefile.vc MACHINE=AMD64 OPTS= 
INSTALLDIR="D:\buildarea\2.7.ware-win81-release\build\externals\tcltk64" 
INSTALL_DIR="D:\buildarea\2.7.ware-win81-release\build\externals\tcltk64"  core 
shell dlls
  nmake -f makefile.vc MACHINE=AMD64 OPTS= 
INSTALLDIR="D:\buildarea\2.7.ware-win81-release\build\externals\tcltk64" 
INSTALL_DIR="D:\buildarea\2.7.ware-win81-release\build\externals\tcltk64"
---

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30855>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to