Adam Ginsburg <keflav...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6441> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com