tkinter - Ttk on python 2.7 -
i installed python 2.7 python website, , surprised find ttk wasn't included. did make mistake installing, or ttk not included in standard release? anyway, can copy of ttk install in python instalation.
note: heard activestate release has ttk. should unistall , use instead?
i think mean "ttk" not "tkk"
the following should solve problems if case:
from tkinter import * ttk import *
for more ttk , tkinter in python2.7, reference: http://docs.python.org/library/ttk.html
Comments
Post a Comment