when i type from Tkinter import ttk it say that there is no module named ttk and also on many websites online the t in tkinter is always lowercase but when i type tkinter in python it throws an error. why is that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To use ttk from Python, you need a separate download and install which you can find here. Python is case-sensitive (like most programming languages), but "many websites" are not (like most human beings) so it's a perfectly understandable sloppiness on those "many websites"' part to spell |
|||||||
|