This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:01belopolskysetrecipients: + belopolsky, ronaldoussoren
2010-07-26 16:45:01belopolskysetmessageid: <1280162701.76.0.316880678419.issue9384@psf.upfronthosting.co.za>
2010-07-26 16:44:59belopolskylinkissue9384 messages
2010-07-26 16:44:59belopolskycreate