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


Groups > comp.lang.python > #22457 > unrolled thread

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

Started byFrederic Rentsch <anthra.norell@bluewin.ch>
First post2012-04-02 12:56 +0200
Last post2012-04-02 12:56 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Tkinter: IDLE can't get out of mainloop Frederic Rentsch <anthra.norell@bluewin.ch> - 2012-04-02 12:56 +0200

#22457 — Re: Tkinter: IDLE can't get out of mainloop

FromFrederic Rentsch <anthra.norell@bluewin.ch>
Date2012-04-02 12:56 +0200
SubjectRe: Tkinter: IDLE can't get out of mainloop
Message-ID<mailman.1209.1333364265.3037.python-list@python.org>
On Sat, 2012-03-31 at 06:29 -0400, Terry Reedy wrote:
> 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
> 

Terry,
	It helps to know that an upgrade might improve things. Thank you for
the suggestion. And thanks also to Chris for his remark on .pyc files.

Frederic

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web