Tkinter and OS X 10.3?
Aahz
aahz at pythoncraft.com
Tue Dec 30 23:33:38 EST 2003
More information about the Python-list mailing list
Tue Dec 30 23:33:38 EST 2003
- Previous message (by thread): Tkinter and OS X 10.3?
- Next message (by thread): Tkinter and OS X 10.3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 > >the window can't properly get focus. BTW, did you remember to use ``pythonw`` instead of ``python``? -- 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.
- Previous message (by thread): Tkinter and OS X 10.3?
- Next message (by thread): Tkinter and OS X 10.3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list