who moved reload?

geremy condra debatem1 at gmail.com
Thu Apr 7 02:09:58 EDT 2011


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



More information about the Python-list mailing list