[Tutor] python 2.3.4 GUI

Kent Johnson kent_johnson at skillsoft.com
Sat Oct 16 17:32:33 CEST 2004


This problem was fixed in python 2.3 (when idle-fork was folded in to the 
main distribution)

Kent

At 04:16 PM 10/16/2004 +1300, Riumu Kuraku wrote:
>I think if you're trying to call a Tkinter GUI from IDLE it messes up,
>because IDLE is a Tk GUI itself, so the mainloop()'s collide.
>
>Well, that's my understanding, try calling the GUI from the dox box
>python, and it'll work fine. IDLE it won't.
>
>
>On Fri, 15 Oct 2004 08:19:05 -0400, Lloyd Hugh Allen
><chandrakirti at gmail.com> wrote:
> > Do you have any other programming languages installed on your
> > computer, particularly any that use Tk/TCL? Installing Ruby broke my
> > Python a few years ago, because Ruby had screwed with all the Tk/TCL
> > stuff. I submitted this as an issue to both Python and Ruby, and got
> > responses of "it's not OUR fault" from both sides.
> >
> > And then the Ruby uninstaller didn't clean up after itself. Messy 
> situation.
> >
> > In the absence of other programming languages, I would try cleanly
> > uninstalling all versions of Python, and then reinstalling the most
> > recent one.
> >
> >
> >
> > On Fri, 15 Oct 2004 11:30:21 +0200, gil at tuckers.de <gil at tuckers.de> wrote:
> > >
> > >
> > > Hi greetings,
> > >                               I am running  Win 2000. When I download 
> Python 2.2 and higher
> > >  and I call the GUI it doesn`t come. The command line is okay  the 
> IDLE refuse to
> > > respond. Some tip or tips could be welcome.
> > >                                cheers gil
> > >
> > > _______________________________________________
> > > Tutor maillist  -  Tutor at python.org
> > > http://mail.python.org/mailman/listinfo/tutor
> > >
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
> >
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list