who moved reload?
geremy condra
debatem1 at gmail.com
Thu Apr 7 02:09:58 EDT 2011
More information about the Python-list mailing list
Thu Apr 7 02:09:58 EDT 2011
- Previous message (by thread): who moved reload?
- Next message (by thread): who moved reload?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Apr 6, 2011 at 10:57 PM, harrismh777 <harrismh777 at charter.net> wrote: > 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. Yep, things have moved. Glad you're finding your way around now! Geremy Condra
- Previous message (by thread): who moved reload?
- Next message (by thread): who moved reload?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list