Re: [Tkinter-discuss] Tcl/Tk/Tkinter now in macOS Pythons

2019-06-21 Thread Cameron Laird
On Wed, Jun 19, 2019 at 11:55:23AM -0600, bob wrote: . . . > So with recent versions of the Python 2 and 3 installers for macOS the > Python.org (not .com! :) have started including their own private copy of > Tcl/Tk (8.6.8)

Re: [Tkinter-discuss] Tcl/Tk/Tkinter now in macOS Pythons

2019-06-19 Thread Codebykevin
The bundled Tcl/Tk is native, not X11. That’s a feature, not a bug. > On Jun 19, 2019, at 1:55 PM, bob wrote: > > So with recent versions of the Python 2 and 3 installers for macOS the > Python.org (not .com! :) have started including their own private copy of > Tcl/Tk (8.6.8) and 'import Tki

[Tkinter-discuss] Tcl/Tk/Tkinter now in macOS Pythons

2019-06-19 Thread bob
So with recent versions of the Python 2 and 3 installers for macOS the Python.org (not .com! :) have started including their own private copy of Tcl/Tk (8.6.8) and 'import Tkinter/tkinter' works right out of the box. What does that mean? Is Tkinter going to be pushed back up the popularity ladde