On Tue, 22 Jan 2019, cem.i...@compello.com.tr wrote:
try as below;
import tkinter.ttk as ttk
I posted this solution shortly after the first message.
Thanks,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On Sunday, 20 January 2019 02:01:45 UTC+3, Rich Shepard wrote:
> I've started to learn tkinter as the GUI widget set I'll use from now on.
> While ttk-8.6 is installed here (/usr/lib/tk8.6/ttk), I cannot import it:
>
> $ python3
> Python 3.6.7 (default, Dec 8 2018, 06:22:57)
> [GCC 5.5.0] on li
On Sunday, 20 January 2019 02:01:45 UTC+3, Rich Shepard wrote:
> I've started to learn tkinter as the GUI widget set I'll use from now on.
> While ttk-8.6 is installed here (/usr/lib/tk8.6/ttk), I cannot import it:
>
> $ python3
> Python 3.6.7 (default, Dec 8 2018, 06:22:57)
> [GCC 5.5.0] on li
On Sat, Jan 19, 2019 at 5:02 PM Rich Shepard wrote:
>
> I've started to learn tkinter as the GUI widget set I'll use from now on.
> While ttk-8.6 is installed here (/usr/lib/tk8.6/ttk), I cannot import it:
>
> $ python3
> Python 3.6.7 (default, Dec 8 2018, 06:22:57)
> [GCC 5.5.0] on linux
> Type
On Sat, 19 Jan 2019, Rich Shepard wrote:
What have I done incorrectly?
Got it:
from tkinter import ttk
Rich
--
https://mail.python.org/mailman/listinfo/python-list
I've started to learn tkinter as the GUI widget set I'll use from now on.
While ttk-8.6 is installed here (/usr/lib/tk8.6/ttk), I cannot import it:
$ python3
Python 3.6.7 (default, Dec 8 2018, 06:22:57)
[GCC 5.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.