Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40225
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-02-28 21:14 -0800 |
| Message-ID | <840c99d3-9b9c-4f53-b9fa-73b8544a557c@googlegroups.com> (permalink) |
| Subject | Having problems crashing IDLE |
| From | Quintessence <quintessenceanx@gmail.com> |
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) 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?
Back to comp.lang.python | Previous | Next — 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