Python: ttk cannot be installed Python: ttk cannot be installed tkinter tkinter

Python: ttk cannot be installed


I think ttk is installed as a top-level import. Try

import ttk


Try this instead:

from Tkinter import *import ttk