Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22417

Re: Tkinter: IDLE can't get out of mainloop

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Tkinter: IDLE can't get out of mainloop
Date 2012-03-31 06:29 -0400
References <1333179779.2280.50.camel@hatchbox-one>
Newsgroups comp.lang.python
Message-ID <mailman.1178.1333189809.3037.python-list@python.org> (permalink)

Show all headers | View raw


On 3/31/2012 3:42 AM, Frederic Rentsch wrote:
> Hi all,
>
> Is is a bad idea to develop Tkinter applications in IDLE? I understand
> that IDLE is itself a Tkinter application, supposedly in a mainloop and
> mainloops apparently don't nest.

In standard configuration, one process runs IDLE, another runs user 
code, including tkinter code. So there should be no interference. The 
example in the tkinter doc runs from IDLE edit window on my system. The 
revised example in coming releases works even better. There have been 
several IDLE bugs fixed in the last few months, and even more since 2.6 
before that. Upgrade if you can to get fixes, suffer the bugs since 
fixed, or patch your 2.6 installation.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Tkinter: IDLE can't get out of mainloop Terry Reedy <tjreedy@udel.edu> - 2012-03-31 06:29 -0400

csiph-web