#pragma section-numbers off
[[TableOfContents]]

= 概要 =
MacPython特有の事象。およびMac上でPythonを利用する時便利となる関連ツール類のリンク。

= URL =

http://pythonmac.org/

http://homepages.cwi.nl/~jack/macpython/


= インストール =
{{{
./configure --enable-framework
make
sudo make frameworkinstall
}}}

[http://tcltkaqua.sourceforge.net/ Tcl/Tk Aqua]より TclTkAqua-8.4.8.dmgをインストールしておくと良いです。

[http://www.python.jp/pipermail/python-ml-jp/2003-November/002601.html Python-ml-jp 2604 readline on Mac OS X "Panther"]

http://www.visionegg.org/install-macosx-details.html

http://www.astro.washington.edu/owen/InstallingPythonOnJaguar.html

http://wxpython.org/BUILD.osx.txt

[http://mail.gnome.org/archives/xslt/2004-April/msg00002.html Re: xslt problems with libxslt and python on Mac OS X]

= 設定 =
http://www.astro.washington.edu/owen/AquaEnvVar.html

= 利用方法 =

http://mail.python.org/pipermail/pythonmac-sig/2002-June/005700.html

http://www.lysator.liu.se/xenofarm/python-stable/tmp-server/python/dist/src/Mac/Demo/building.html

= 関連ツールやソフト =

= 参考サイト =


----
CategoryPrograming
CategoryMac
CategoryPython