Enable readline support for Python on Mac OS X
To enable readline for python on Mac OS X:
sudo python `python -c "import pimp; print pimp.__file__"` -i readline
This hint was found here.
A couple of other useful python links are:
- IPython - An enhancement to the python interactive shell
- Python Tutorial - Written by the man himself
- Installing TKinter on MacOS X
0 comments:
Post a Comment