Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #2750

Re: who moved reload?

References <Obcnp.2676$Ot6.788@newsfe15.iad> <_gcnp.8116$g56.3157@newsfe04.iad> <rncnp.10063$lx3.23@newsfe02.iad>
Date 2011-04-06 23:09 -0700
Subject Re: who moved reload?
From geremy condra <debatem1@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.102.1302156601.9059.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Apr 6, 2011 at 10:57 PM, harrismh777 <harrismh777@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

who moved reload? harrismh777 <harrismh777@charter.net> - 2011-04-07 00:45 -0500
  Re: who moved reload? harrismh777 <harrismh777@charter.net> - 2011-04-07 00:50 -0500
    Re: who moved reload? harrismh777 <harrismh777@charter.net> - 2011-04-07 00:57 -0500
      Re: who moved reload? geremy condra <debatem1@gmail.com> - 2011-04-06 23:09 -0700

csiph-web