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


Groups > comp.lang.python > #41452

Re: What am I doing wrong in this simple tkinter example?

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.373
X-Spam-Level ***
X-Spam-Evidence '*H*': 0.36; '*S*': 0.10; 'methods,': 0.09; 'windows,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:simple': 0.16; 'wrote:': 0.17; 'help.': 0.22; 'header:In-Reply-To:1': 0.25; 'common': 0.26; '[1]': 0.27; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'regular': 0.27; 'code': 0.31; 'programming,': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'subject:?': 0.35; 'but': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'your': 0.60; 'service.': 0.61; 'face': 0.61; 'skip:n 10': 0.63; 'more': 0.63; 'adobe': 0.65; 'frequently': 0.65; 'life': 0.66; 'soon': 0.70; 'products,': 0.78; 'subject:this': 0.84; '2013': 0.84; "else's": 0.84; 'inevitable': 0.84; 'stimuli.': 0.84; 'glad': 0.86; 'fun!': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=3MtZMIu+xc54mpozl4th9LFJyGmfU1HesWcP4dSnQs0=; b=o/p5PwSbPzUK8I8xVQk4sBBBiwUkO+ZPGwfOgpeUaye+0jMNWPcAv/YBfw+ie+qQii MmarpgTQt/4Ds7rGP/LnqgwYIH3d7w0w+9U8DFWoAv0VOaQhJONMsBzoylbcD6Gyn8my AjbN8k4F31a+Y7ip+oPcEI/znrJt0FR7+zkqPjyYSB4x4p83QwUnKClyghygAQYl53h0 pbV6BgXdJiUSJ7H3srIghharetR7E6zeVOFIy0BuxZnTRbw0tBEMp5f4PrTLUMGnYMnP h3diWyUnSWhmhuioh6XPSQC2dRKNjGHGTGRFCHTbbHW/BzL/lIfDhy5kKcUpPUC5NKyp LyiQ==
MIME-Version 1.0
X-Received by 10.52.37.109 with SMTP id x13mr10633937vdj.10.1363448650930; Sat, 16 Mar 2013 08:44:10 -0700 (PDT)
In-Reply-To <b5f05451-68bb-491c-a0a2-c9ce8df56154@googlegroups.com>
References <faa34261-957e-4011-8399-616da73e7a36@googlegroups.com> <mailman.3365.1363446627.2939.python-list@python.org> <1e8ab690-c0e8-464a-ab13-cd109fc15327@googlegroups.com> <mailman.3367.1363447390.2939.python-list@python.org> <b5f05451-68bb-491c-a0a2-c9ce8df56154@googlegroups.com>
Date Sun, 17 Mar 2013 02:44:10 +1100
Subject Re: What am I doing wrong in this simple tkinter example?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Mon, 18 Mar 2013 20:08:36 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.3469.1363633718.2939.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1363633718 news.xs4all.nl 6896 [2001:888:2000:d::a6]:38282
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41452

Show key headers only | View raw


On Sun, Mar 17, 2013 at 2:34 AM, Yves S. Garret
<yoursurrogategod@gmail.com> wrote:
> *facepalm*
>
> Yep, I see it :) .  Thanks for your help.

Glad to be of service. Welcome to a life of programming, where the
palm meets the face on a regular basis... more frequently if you use
Microsoft Windows, tar, non-eight-bit-clean transmission methods, or
Adobe products, and extremely common as soon as you take over someone
else's code [1], but inevitable even without these stimuli. :)

Have fun!

[1] http://www.dilbert.com/strips/comic/2013-02-24/

ChrisA

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


Thread

What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 07:53 -0700
  Re: What am I doing wrong in this simple tkinter example? Chris Angelico <rosuav@gmail.com> - 2013-03-17 02:08 +1100
    Re: What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 08:14 -0700
      Re: What am I doing wrong in this simple tkinter example? Christian Gollwitzer <auriocus@gmx.de> - 2013-03-16 16:31 +0100
    Re: What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 08:14 -0700
  Re: What am I doing wrong in this simple tkinter example? Mitya Sirenef <msirenef@lightbird.net> - 2013-03-16 11:10 -0400
    Re: What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 08:16 -0700
      Re: What am I doing wrong in this simple tkinter example? Chris Angelico <rosuav@gmail.com> - 2013-03-17 02:23 +1100
        Re: What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 08:34 -0700
          Re: What am I doing wrong in this simple tkinter example? Chris Angelico <rosuav@gmail.com> - 2013-03-17 02:44 +1100
            Re: What am I doing wrong in this simple tkinter example? Neil Cerutti <neilc@norwich.edu> - 2013-03-19 14:11 +0000
        Re: What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 08:34 -0700
      Re: What am I doing wrong in this simple tkinter example? Mitya Sirenef <msirenef@lightbird.net> - 2013-03-16 11:48 -0400
    Re: What am I doing wrong in this simple tkinter example? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-16 08:16 -0700

csiph-web