From MacPython you can get a Panther distribution containing an IDE and a Package Manager, which will allow you to install TkInter, and readline, fixing the obnoxious editing problems in line-mode Python.
Get also Tk. Of possible interest are Pmw (including Blt), and Tile. To install Pmw on Panther (or Tiger!), move the untarred It seems in Tiger (and perhaps Panther) one can enable readline support by means of the pimp package: python `python -c "import pimp; print pimp.__file__"` -i readline Very nice. |
macpython
(/osxtricks)
2006-01-05, 12:26
[edit]