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
> 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
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
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
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