Tkinter and OS X 10.3?

Aahz aahz at pythoncraft.com
Tue Dec 30 23:33:10 EST 2003


In article <7ba1cb43.0312301205.30156acf at posting.google.com>,
Brian Parkinson <parki at whatevernot.com> wrote:
>
>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

I've got OS X 10.3.2, MacPython 2.3, and TclTkAqua-8.4.4.dmg; it's
working okay for me.  (My threaded Tkinter app works better than the
non-threaded version. ;-)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.




More information about the Python-list mailing list