Message 176023 - Python tracker
Message176023
| Author | roger.serwy |
|---|---|
| Recipients | doanviettrung, mark.dickinson, roger.serwy |
| Date | 2012-11-20.20:24:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1353443056.07.0.807705221284.issue16511@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is still a bug with 2.7 and 3.4. I just tried leaving the width and height fields in config-main.cfg and IDLE had raised the error:
_tkinter.TclError: expected integer but got ""
The width and height keys in the text_options dictionary in EditorWindow.py are set to blank strings instead of a number of a number as a string.
IDLE not showing up is a symptom of issue13582. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-20 20:24:16 | roger.serwy | set | recipients: + roger.serwy, mark.dickinson, doanviettrung |
| 2012-11-20 20:24:16 | roger.serwy | set | messageid: <1353443056.07.0.807705221284.issue16511@psf.upfronthosting.co.za> |
| 2012-11-20 20:24:16 | roger.serwy | link | issue16511 messages |
| 2012-11-20 20:24:15 | roger.serwy | create | |