Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Edward Grefenstette
Bingo! Updating to Python 6.2.2 did the trick (I had 6.2). I just had to relink the /usr/bin/python to the Current directory in /Library/ Frameworks/Python.framework/Versions/ and everything worked without deletions etc. Thanks for your help, everyone! Best, Edward -- http://mail.python.org/mailm

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Ned Deily
In article , Edward Grefenstette wrote: > Bingo! Updating to Python 6.2.2 did the trick (I had 6.2). I just had > to relink the /usr/bin/python to the Current directory in /Library/ > Frameworks/Python.framework/Versions/ and everything worked without > deletions etc. Thanks for your help, every

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Kevin Walzer
Edward Grefenstette wrote: Whereas Tk 8.5 is installed in: === /Library/Frameworks/Tk.framework/Versions/8.5/ === Delete this one if you want to ensure that Python sees 8.4. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Edward Grefenstette
Thanks to Kevin and Ned for the pointers. The question is now this. Running find tells me I have tk.h in the following locations: === /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Tk.framework/ Versions/8.4/Headers/tk.h /Developer/SDKs/MacOSX10.4u.sdk/usr/include/tk.h /Developer/SDKs/Ma

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Ned Deily
In article , Edward Grefenstette wrote: > I thought of this. I uninstalled Tk from macports, but the same error > crops up. Evidently, Tk 8.5 remains installed somewhere else, but I > don't know where. How can I find out? Look in /Library/Frameworks for Tcl.framework and Tk.framework. You can

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Kevin Walzer
Edward Grefenstette wrote: I thought of this. I uninstalled Tk from macports, but the same error crops up. Evidently, Tk 8.5 remains installed somewhere else, but I don't know where. How can I find out? Best, Edward Look in /Library/Frameworks... Kevin Walzer Code by Kevin http://www.codebyk

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Edward Grefenstette
I thought of this. I uninstalled Tk from macports, but the same error crops up. Evidently, Tk 8.5 remains installed somewhere else, but I don't know where. How can I find out? Best, Edward > > > Have you installed Tk version 8.5? > > If so, remove it. You might also install the latest 8.4 version

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Benjamin Kaplan
On Sun, May 17, 2009 at 8:42 AM, Piet van Oostrum wrote: > > Edward Grefenstette (EG) wrote: > > >EG> Any attempt to do anything with Tkinter (save import) raises the > >EG> following show-stopping error: > > >EG> "Traceback (most recent call last): > >EG> File "", line 1, in > >EG> Fil

Re: Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Piet van Oostrum
> Edward Grefenstette (EG) wrote: >EG> Any attempt to do anything with Tkinter (save import) raises the >EG> following show-stopping error: >EG> "Traceback (most recent call last): >EG> File "", line 1, in >EG> File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ >EG> python2.6/

Help with Tkinter on OS X --- driving me insane!

2009-05-17 Thread Edward Grefenstette
Any attempt to do anything with Tkinter (save import) raises the following show-stopping error: "Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ python2.6/lib-tk/Tkinter.py", line 1645, in __init__ self._loadtk() File "