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
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
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
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
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
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
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
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
> 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/
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 "
10 matches
Mail list logo