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


Groups > comp.lang.python > #26984

Re: Threading KeyError in Python 3.3 beta 2?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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 OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'ide': 0.09; 'threads.': 0.09; 'aug': 0.13; 'do,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:3.3': 0.16; 'subject:beta': 0.16; 'threading': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'restrictions': 0.17; '(or': 0.18; 'sort': 0.21; 'received:209.85.214.174': 0.21; 'mention': 0.23; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'run': 0.28; 'post': 0.28; 'to:addr :python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'next': 0.35; 'quite': 0.37; 'received:209': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'kind': 0.61; 'time,': 0.62; 'prompt': 0.78; 'windowing': 0.84; 'careful': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=O7plB+Xq/NeTXT2flc6fGiRvFyfjtw+xHspkv/3ZQeQ=; b=XankxxHhVhQ+z5ahrrVRtrqWVgh4ugDfW6J7mKnOlSbiGBorqPWta9bjjSYXX61kWr M41lQIpfXnr61GN0iCAq7KXFB88ASzb2kb+scGy89+JOD6g9P/CMoq8dibmSz4oqJ+Ix td27e1e+5TqOZdZ382cUOOMkH4VCqFjVruTdY7fCvd0ZyQPiqh2ZrT3q0kkR5Sn2O8EY HKzFc3J9SbRcEodi9TGDUXuNDIcNTzYrlCLVmvcR0Y4jVo/yWU0sDxREIA4ZJNpZ0O59 l/13yzoLwz9rEtqTYrVYnxBLb0aiSLYLwoxG+gQRv5K7mQrV5aJB1+wFvq4QLJ6fGVFE nTGA==
MIME-Version 1.0
In-Reply-To <uoCdnWeILZetd7XNnZ2dnUVZ7rKdnZ2d@brightview.co.uk>
References <mbCdndneF4sgRbXNnZ2dnUVZ7vWdnZ2d@brightview.co.uk> <mailman.3222.1344856408.4697.python-list@python.org> <naadncJkoMyRebXNnZ2dnUVZ8mqdnZ2d@brightview.co.uk> <mailman.3223.1344857956.4697.python-list@python.org> <uoCdnWeILZetd7XNnZ2dnUVZ7rKdnZ2d@brightview.co.uk>
Date Mon, 13 Aug 2012 21:59:19 +1000
Subject Re: Threading KeyError in Python 3.3 beta 2?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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.3225.1344859162.4697.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1344859162 news.xs4all.nl 6891 [2001:888:2000:d::a6]:33300
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26984

Show key headers only | View raw


On Mon, Aug 13, 2012 at 9:51 PM, Blind Anagram <noname@nowhere.com> wrote:
> Thanks to you both for your responses.
>
> Its an IDE issue of some kind (I am using WING).
>
> When I run under a command prompt (or IDLE) all is well.

Next time, do mention that sort of environmental consideration in the
original post :)

As a general rule, be careful of threading and windowing toolkits;
quite a few of them have restrictions on what you can and can't do, or
even completely do not support threads.

ChrisA

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


Thread

Threading KeyError in Python 3.3 beta 2? "Blind Anagram" <noname@nowhere.com> - 2012-08-13 11:36 +0100
  Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:13 +1000
    Re: Threading KeyError in Python 3.3 beta 2? "Blind Anagram" <noname@nowhere.com> - 2012-08-13 12:24 +0100
      Re: Threading KeyError in Python 3.3 beta 2? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-13 11:38 +0000
        Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:47 +1000
      Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:39 +1000
        Re: Threading KeyError in Python 3.3 beta 2? "Blind Anagram" <noname@nowhere.com> - 2012-08-13 12:51 +0100
          Re: Threading KeyError in Python 3.3 beta 2? Chris Angelico <rosuav@gmail.com> - 2012-08-13 21:59 +1000

csiph-web