Re: Configuring Python for Tk on Mac (continued)

2005-01-27 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martyn Quick wrote: | From: Alex Martelli ([EMAIL PROTECTED]) | |>No idea about any 10.2, sorry, but on 10.3 that's not the problem: Tk |>support is there alright, it's Tcl/Tk which _isn't_. Get MacPython, its |>PackageManager will explain where to get

Re: Configuring Python for Tk on Mac

2005-01-24 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Martyn Quick) wrote: >On my desk here at work I have a Mac G4 running Mac OS X v10.2.8. > >When I go into a terminal and type "python" up comes a nice python >interface and all seems great. However when I type "import Tkinter" >I'm greeted by th

Configuring Python for Tk on Mac (continued)

2005-01-24 Thread Martyn Quick
From: Alex Martelli ([EMAIL PROTECTED]) > > No idea about any 10.2, sorry, but on 10.3 that's not the problem: Tk > support is there alright, it's Tcl/Tk which _isn't_. Get MacPython, its > PackageManager will explain where to get Tcl/Tk Aqua from, as a prereq > for Tkinter and IDLE! Ok, I've in

Re: Configuring Python for Tk on Mac

2005-01-21 Thread Alex Martelli
Craig Ringer <[EMAIL PROTECTED]> wrote: ... > I've just checked the OSX 10.3 machine here, and it fails to import > tkinter there too. I'd say Apple just don't build Python with Tk > support. No idea about any 10.2, sorry, but on 10.3 that's not the problem: Tk support is there alright, it's Tc

Re: Configuring Python for Tk on Mac

2005-01-21 Thread Jim Sizelove
Martyn Quick wrote: On my desk here at work I have a Mac G4 running Mac OS X v10.2.8. When I go into a terminal and type "python" up comes a nice python interface and all seems great. However when I type "import Tkinter" I'm greeted by the following error. import Tkinter Traceback (most recent ca

Re: Configuring Python for Tk on Mac

2005-01-21 Thread Craig Ringer
On Fri, 2005-01-21 at 07:39 -0800, Martyn Quick wrote: > On my desk here at work I have a Mac G4 running Mac OS X v10.2.8. > > When I go into a terminal and type "python" up comes a nice python > interface and all seems great. However when I type "import Tkinter" > I'm greeted by the following er

Re: Configuring Python for Tk on Mac

2005-01-21 Thread Matt
I googled around and it looks like it might be a permissions error: http://mail.python.org/pipermail/pythonmac-sig/2002-November/006809.html I don't have a Mac, tho', so I have no idea if it works... HTH -- http://mail.python.org/mailman/listinfo/python-list

Configuring Python for Tk on Mac

2005-01-21 Thread Martyn Quick
On my desk here at work I have a Mac G4 running Mac OS X v10.2.8. When I go into a terminal and type "python" up comes a nice python interface and all seems great. However when I type "import Tkinter" I'm greeted by the following error. >>> import Tkinter Traceback (most recent call last): Fil