Hi,
I think your last line should read
from tk import *
instead of
from ttk import *
because you have a double t in "ttk"
Cheers,
Carlos
El 29/11/15 a las 07:14, [email protected] escribió:
I have installed on Ubuntu 14.04 LS pyhon3, python3-tk and spyder3
(2.3.0),
After inserting the lines:
import tkinter as tk
from tkinter import *
from ttk import *
I get the error: ImportError: No module named 'ttk'
Is this a spyder issue?
--
You received this message because you are subscribed to the Google
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.