Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40233
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'exception': 0.03; 'handler': 0.04; 'subject:IDLE': 0.04; 'startup': 0.05; 'upgraded': 0.05; 'tkinter': 0.07; 'valueerror:': 0.07; 'python': 0.09; 'callback': 0.09; 'lambda:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:problems': 0.09; '(but': 0.15; 'bug:': 0.16; 'crashed': 0.16; 'crashes': 0.16; 'received:80.91.229.3': 0.16; 'received:dip.t-dialin.net': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-dialin.net': 0.16; 'tracebacks': 0.16; 'wrote:': 0.17; 'previously': 0.18; 'shell': 0.18; 'windows': 0.19; '(not': 0.20; 'changes': 0.20; 'skip:" 40': 0.20; 'suggested': 0.20; 'preferences': 0.22; 'originally': 0.23; 'posts': 0.23; "i've": 0.23; 'url:bugs': 0.24; 'command': 0.24; 'header:User-Agent:1': 0.26; 'looks': 0.26; '(most': 0.27; 'header:X-Complaints-To:1': 0.28; 'this?': 0.28; 'behavior.': 0.29; 'crash': 0.29; 'selecting': 0.29; 'window': 0.30; 'error': 0.30; 'url:python': 0.32; 'file': 0.32; 'running': 0.32; 'idle': 0.33; 'traceback': 0.33; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'skip:d 20': 0.34; 'list': 0.35; 'saved': 0.35; 'text.': 0.35; 'open': 0.35; 'sometimes': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'display': 0.36; 'resolve': 0.37; 'does': 0.37; 'option': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'easier': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'provide': 0.62; 'ever': 0.63; 'url:png': 0.63; 'show': 0.63; 'hoping': 0.72; 'url:i': 0.78; 'url:imgur': 0.84; 'x64': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Peter Otten <__peter__@web.de> |
| Subject | Re: Having problems crashing IDLE |
| Date | Fri, 01 Mar 2013 09:00:40 +0100 |
| Organization | None |
| References | <840c99d3-9b9c-4f53-b9fa-73b8544a557c@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Gmane-NNTP-Posting-Host | p5084bddd.dip.t-dialin.net |
| User-Agent | KNode/4.7.3 |
| 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.2707.1362124831.2939.python-list@python.org> (permalink) |
| Lines | 46 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1362124831 news.xs4all.nl 6908 [2001:888:2000:d::a6]:45827 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:40233 |
Show key headers only | View raw
Quintessence wrote:
> I've been learning Python over the past week or so and I keep running into
> an issue where opening saved files will crash IDLE (not consistently,
> sometimes the same files with no changes will open and sometimes not). I
> was originally running Python 3.2.3, but I removed it and upgraded to
> 3.3.0 hoping to resolve the issue (but to no avail). While
> troubleshooting, someone suggested I try opening IDLE via command prompt.
> When I do that IDLE never crashes, but It does show this error
> (screenshot): http://i.imgur.com/1JqiRsY.png (3.2.3)
> http://i.imgur.com/5KxE88K.png (3.3.0)
Your posts are easier to deal with if you provide tracebacks as text.
Here's what I get:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/local/lib/python3.3/tkinter/__init__.py", line 1442, in
__call__
return self.func(*args)
File "/usr/local/lib/python3.3/idlelib/MultiCall.py", line 174, in handler
doafterhandler.pop()()
File "/usr/local/lib/python3.3/idlelib/MultiCall.py", line 221, in
<lambda>
doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func)
ValueError: list.remove(x): x not in list
> Some additional info:
> - When IDLE crashes it does not display an error, every open window simply
> closes. - IDLE has never crashed after opening a file when I open it via
> command prompt, even if it was previously consistently displaying that
> behavior. - I am running Windows 7 x64 with all updates.
>
> Has anyone ever encountered this? What does the error mean?
This looks like the following bug:
http://bugs.python.org/issue8900
You might be able to work around it by selecting the
"At Startup Open Shell Window" option under
Options-->Configure IDLE-->General-->Startup Preferences
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Having problems crashing IDLE Quintessence <quintessenceanx@gmail.com> - 2013-02-28 21:14 -0800
Re: Having problems crashing IDLE Peter Otten <__peter__@web.de> - 2013-03-01 09:00 +0100
Re: Having problems crashing IDLE Quintessence <quintessenceanx@gmail.com> - 2013-03-01 19:03 -0800
Re: Having problems crashing IDLE Peter Otten <__peter__@web.de> - 2013-03-02 10:09 +0100
Re: Having problems crashing IDLE Quintessence <quintessenceanx@gmail.com> - 2013-03-01 19:03 -0800
csiph-web