Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2750
| Return-Path | <debatem1@gmail.com> |
|---|---|
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.114 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.78; '*S*': 0.01; 'wed,': 0.04; 'tkinter': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'upset': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr:python-list': 0.22; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'work:': 0.29; 'cc:addr:python.org': 0.31; "can't": 0.31; 'import': 0.32; '...': 0.32; 'things': 0.33; 'finding': 0.35; 'received:209.85.216.46': 0.35; 'received:mail- qw0-f46.google.com': 0.35; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'used': 0.38; 'received:209': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'glad': 0.64; 'now!': 0.66; '10:57': 0.84; 'day...': 0.84; 'subject:moved': 0.84; 'to:addr:charter.net': 0.84; 'moved.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=g2KoDzXbjwleCekU8hTGwcSduTG1Bg0uAYRneMCLYN8=; b=OoPN/11RXu6Tp+HPsJI7VTrRK+464B3q8UX8+S0HRrCh+sAMjQYg90wyRvlibNzlYW zqj8T82htPQpZuHNAnzyRPuiIGSTGVHzsRJbtEC3kSuD0UXHSTp7TENP8cZEL7laAXSX c/Wv89/W2UyuLe0Azc2zsYc++xadgm8YhasWE= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Rw+n7lazn2LybOI8jD4J7KyQZEnrcymtMfLL9Q1CnpEOEjDNjX8javs6ph9W6Viych E7Pm3yfWL9ZSee4I0ubAAR4hov4rufvcymWGQgCfDSm6TG6uQylqiBLwVfdcc0T12LIo T56T0U+l1BNa+Z26HDqpIZstcxxCGT4ZTVk6U= |
| MIME-Version | 1.0 |
| In-Reply-To | <rncnp.10063$lx3.23@newsfe02.iad> |
| References | <Obcnp.2676$Ot6.788@newsfe15.iad> <_gcnp.8116$g56.3157@newsfe04.iad> <rncnp.10063$lx3.23@newsfe02.iad> |
| Date | Wed, 6 Apr 2011 23:09:58 -0700 |
| Subject | Re: who moved reload? |
| From | geremy condra <debatem1@gmail.com> |
| To | harrismh777 <harrismh777@charter.net> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.102.1302156601.9059.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1302156601 news.xs4all.nl 81485 [::ffff:82.94.164.166]:57189 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:2750 |
Show key headers only | 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 | Next — Previous in thread | Find similar
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