This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author keflavich
Recipients keflavich, ned.deily, ronaldoussoren
Date 2009-07-08.15:25:16
SpamBayes Score 0.16719791
Marked as misclassified No
Message-id <1247066720.85.0.66224799037.issue6441@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-07-08 15:25:21keflavichsetrecipients: + keflavich, ronaldoussoren, ned.deily
2009-07-08 15:25:20keflavichsetmessageid: <1247066720.85.0.66224799037.issue6441@psf.upfronthosting.co.za>
2009-07-08 15:25:19keflavichlinkissue6441 messages
2009-07-08 15:25:16keflavichcreate