[Tutor] Compiling Python 2.6.1 on Leopard
Kent Johnson
kent37 at tds.net
Sun Dec 21 14:41:51 CET 2008
On Sat, Dec 20, 2008 at 3:40 PM, R. Ellsworth Pollard
<rellsworthpollard at gmail.com> wrote:
> Where might I find instructions for compiling Python on Leopard?
If your goal is just to install Python, there is now a Mac installer available.
http://www.python.org/download/releases/2.6.1/
If you really want to build, download the source and see the
Mac/README file. A basic framework build is
./configure --enable-framework
make
sudo make install
If you want it to work with Tkinter, there is a problem in the
released setup.py, see this bug for a fix:
http://bugs.python.org/issue4017
in particular
http://bugs.python.org/msg74544
Kent
More information about the Tutor
mailing list