Message 149244 - Python tracker
Message149244
| Author | roger.serwy |
|---|---|
| Recipients | roger.serwy |
| Date | 2011-12-11.19:38:09 |
| SpamBayes Score | 0.021643784 |
| Marked as misclassified | No |
| Message-id | <1323632290.53.0.810720020667.issue13582@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Running IDLE on Windows typically uses pythonw.exe. Unfortunately any error messages written to stderr will cause IDLE to terminate abruptly without an error message. This is due to __stderr__ == None. Attached is a patch against 3.3a0 for idle.pyw to redirect stderr messages to a dialog box. This allows IDLE to keep running so that the user can at least save their work before closing IDLE. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-11 19:38:11 | roger.serwy | set | recipients: + roger.serwy |
| 2011-12-11 19:38:10 | roger.serwy | set | messageid: <1323632290.53.0.810720020667.issue13582@psf.upfronthosting.co.za> |
| 2011-12-11 19:38:09 | roger.serwy | link | issue13582 messages |
| 2011-12-11 19:38:09 | roger.serwy | create | |