[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

Adam Ginsburg report at bugs.python.org
Wed Jul 8 17:25:20 CEST 2009


Adam Ginsburg <keflavich at gmail.com> added the comment:

Sorry Ronald, I had misinterpreted your last message.

Look at these posts:
http://buffalothedestroyer.blogspot.com/2009/07/installing-64-bit-tcltk-on-mac-os-x.html
http://www.nabble.com/Error-compiling-tk-8.5.7-on-Mac-OS-X-10.5-td23790967.html

or try this script:
curl -O
'http://osdn.dl.sourceforge.net/sourceforge/tcl/t{cl,k}8.5.7-src.tar.gz'
for f in t*8.5.7*.gz; do tar zxf $f; done
cd tcl8.5.7/unix/
./configure --enable-framework --enable-64-bit
cd tk8.5.7/unix/
./configure --enable-framework --enable-64-bit
make -j 4 -C tcl8.5.7/unix
make -j 4 -C tk8.5.7/unix
sudo make install -C tcl8.5.7/unix
sudo make install -C tk8.5.7/unix

----------
assignee:  -> ronaldoussoren
components: +Macintosh

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6441>
_______________________________________


More information about the Python-bugs-list mailing list