Tkinter and OS X 10.3?

Brian Parkinson parki at whatevernot.com
Tue Dec 30 15:05:14 EST 2003


I have tried to get Tkinter working on my Mac (OS X 10.3). I installed
MacPython 2.3 and the TclTkAquaBI-8.4.2.0.dmg.

When I type:

import Tkinter
r = Tkinter.Tk()

I get a window all right, but clicking on the window causes the
following error:

SetFrontProcess failed,-606

the window can't properly get focus.

Had same problem when I tried the example Tk application that comes
with nltk (Natural Language Toolkit).

Any ideas?



rstephens at vectron.com (Ron Stephens) wrote in message news:<a5415304.0312241644.59cedac2 at posting.google.com>...
> "Russell E. Owen" <no at spam.invalid> wrote in message news:
> > 
> > Well, I'm not sure how serious the problem actually is. I may have 
> > overstated it. Hoping to hear soon.
>  ... ...
> > Summary: both aqua and X11 versions of Python are working well for me.
> > 
> > -- Russell
> 
> Well, to summarize my experience, I have never had a Python problem on
> Mac OS X that wasn't related to a GUI in one way or another; and I
> have less of those issues on Panther (10.3) than on previous versions;
> and none of the issues was ever serious enough to make me regret for a
> moment using Mac OS X. Having the Unix command line shell available
> along with the nice Aqua user interface is really a treat, and most of
> my Python use is for command line stuff anyway. Now that I have both
> wxPython and Tkinter working acceptabley on Panther, I am happy
> indeed. ;-)))
> 
> Ron Stephens




More information about the Python-list mailing list