Re: OS X and Tkinter

2005-03-17 Thread scott
Mike Tuller wrote: I have looked everywhere on the net, and can't figure out how to configure python so that Tkinter will work with it. Any help would be appreciated. The following worked for me with OSX version 10.3 and the default python 2.3: http://www.pythonmac.org/wiki/FAQ#head-8838d40d

Re: OS X and Tkinter

2005-03-14 Thread Piet van Oostrum
> Mike Tuller <[EMAIL PROTECTED]> (MT) wrote: >MT> I recently purchased a book to learn python, and am at a part where I want >MT> to start working with GUIs. I have an OS X system, and am using the >MT> default python installed on the system. I have installed Tcl/Tk Aqua from >MT> http://t

Re: OS X and Tkinter

2005-03-14 Thread Robert Kern
Robert Kern wrote: Mike Tuller wrote: I recently purchased a book to learn python, and am at a part where I want to start working with GUIs. I have an OS X system, and am using the default python installed on the system. I have installed Tcl/Tk Aqua from http://tcltkaqua.sourceforge.net/. Do

Re: OS X and Tkinter

2005-03-14 Thread Robert Kern
Mike Tuller wrote: I recently purchased a book to learn python, and am at a part where I want to start working with GUIs. I have an OS X system, and am using the default python installed on the system. I have installed Tcl/Tk Aqua from http://tcltkaqua.sourceforge.net/. Download and install h

OS X and Tkinter

2005-03-14 Thread Mike Tuller
I recently purchased a book to learn python, and am at a part where I want to start working with GUIs. I have an OS X system, and am using the default python installed on the system. I have installed Tcl/Tk Aqua from http://tcltkaqua.sourceforge.net/. When I run the file called gui.py that c