Reputation: 29445
Although I have downloaded ttk
from https://pypi.python.org/pypi/pyttk/ and installed it using:
python setup.py install
and got:
I still can't run my script which uses ttk:
from Tkinter import ttk
ImportError: cannot import name ttk
What is wrong?
Upvotes: 2
Views: 2393