[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-16 Thread Nat
Nat <[EMAIL PROTECTED]> added the comment: Do you know if you have tcl/tk somewhere else? Otherwise, I think you need to install it. You can get the source from Sourceforge, or I think you can get it from Activestate. http://tcl.sourceforge.net/ ___ Python tr

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-16 Thread Don Braffitt
Don Braffitt <[EMAIL PROTECTED]> added the comment: ITEC-MBP-15087:~ dbraffitt$ cd /Library/Frameworks/Tcl.framework/ -bash: cd: /Library/Frameworks/Tcl.framework/: No such file or directory - Don ___ Python tracker <[EMAIL PROTECTED]>

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-14 Thread Nat
Nat <[EMAIL PROTECTED]> added the comment: If you look in /Library/Frameworks/Tcl.framework/Versions/, what's there? How about in /Library/Frameworks/Tcl.framework/Versions/8.5/? ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-14 Thread Don Braffitt
Don Braffitt <[EMAIL PROTECTED]> added the comment: >I've just installed Python 2.6 on Mac OS X 10.5.5 and IDLE won't start. I have the same problem with Python 2.6 IDLE on Mac OS X 10.4.11. -- nosy: +donbraffitt ___ Python tracker <[EMAIL PROTECTED]

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-14 Thread Joachim Strombergson
Joachim Strombergson <[EMAIL PROTECTED]> added the comment: Aloha! I followed the suggestions in msg74544 by Leo M and can confirm that IDLE starts as OK. *BUT* when I try to import Tkinter I get: >>> import Tkinter Traceback (most recent call last): File "", line 1, in File "/Library/Fra

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-12 Thread Matteo Bertini
Matteo Bertini <[EMAIL PROTECTED]> added the comment: I have the same error as in msg74221 RuntimeError: tk.h version (8.4) doesn't match libtk.a version (8.5) Some workaround not involving a full rebuild? -- nosy: +naufraghi ___ Python tracker <[EMA

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-08 Thread Leo M
Leo M <[EMAIL PROTECTED]> added the comment: Hello. First time here, beginner at Python. I have verified that the Google tip link in the previous to fix IDLE works for me. Post in question: ** [Kevin's post of 6.Oct, 02:58] You can avoid this problem by building Python yourself and putting /Libr

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-07 Thread Kent Johnson
Changes by Kent Johnson <[EMAIL PROTECTED]>: -- nosy: +kjohnson ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-07 Thread Nat
Nat <[EMAIL PROTECTED]> added the comment: I asked a slightly different question (related to tkinter in general on OS 10.4.11), but the symptoms were remarkably similar - perhaps the solution is as well? http://groups.google.com/group/comp.lang.python/browse_thread/thread/1114b05318a5507e/a7c269

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-05 Thread Miki Tebeka
Miki Tebeka <[EMAIL PROTECTED]> added the comment: FWIW, installing MacPorts tcl and tk (8.5.4) didn't help ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-05 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I suspect this is my fault for linking the libraries incorrectly as I built the installer. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> _

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-05 Thread Miki Tebeka
Changes by Miki Tebeka <[EMAIL PROTECTED]>: -- nosy: +tebeka ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing lis

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-03 Thread tommusic
Changes by tommusic <[EMAIL PROTECTED]>: -- nosy: +tommusic ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing list

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-02 Thread Bryan Bingham
Bryan Bingham <[EMAIL PROTECTED]> added the comment: Installing tcl 8.5 from activestate gets rid of that error but then the following happens on my pretty clean iMac: Traceback (most recent call last): File "/usr/local/bin/idle", line 5, in main() File "/Library/Frameworks/Python.fra

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-02 Thread Fabio FZero
New submission from Fabio FZero <[EMAIL PROTECTED]>: I've just installed Python 2.6 on Mac OS X 10.5.5 and IDLE won't start. IDLE 2.5 still works fine. Here's the traceback: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/Current/bin/idle", line 3, in