harrismh777 wrote: > You guys want one more...? > > ... we can't import tkconstants any longer.... nope. > > > import tkinter.tkconstants oops... so upset I finger-checked... long day... This works: import tkinter from tkinter.constants import * This used to work: import Tkinter from Tkconstants import * ... not any more. regards, m harris