Message111641
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, ronaldoussoren |
| Date | 2010-07-26.16:44:59 |
| SpamBayes Score | 5.550014e-06 |
| Marked as misclassified | No |
| Message-id | <1280162701.76.0.316880678419.issue9384@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I believe any Tkinter app will exhibit the same behavior, but I discovered this with idle and verified with wish.py: $ ./python.exe Demo/tkinter/guido/wish.py % quit Traceback (most recent call last): File "Demo/tkinter/guido/wish.py", line 22, in <module> if tk.getboolean(tk.call('info', 'complete', cmd)): _tkinter.TclError: expected boolean value but got "" Note that the Traceback above is probably due to another bug. If you start wish.py from a terminal covering the top left corner of the screen, the wish window will appear under the terminal window. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-26 16:45:01 | belopolsky | set | recipients: + belopolsky, ronaldoussoren |
| 2010-07-26 16:45:01 | belopolsky | set | messageid: <1280162701.76.0.316880678419.issue9384@psf.upfronthosting.co.za> |
| 2010-07-26 16:44:59 | belopolsky | link | issue9384 messages |
| 2010-07-26 16:44:59 | belopolsky | create | |