To use IDLE on Linux, you have to be lucky or do some dirty work. Standard versions of Python on Linux, unfortunately, frequently do not support Tkinter, a critical user interface toolkit used by IDLE. You can try running:/System/Library/Frameworks/Python.framework/Versions/2.3/bin/idle
If this command results in a complaint about Tkinter, then you will either need to build your own version of Python, or not use IDLE./usr/lib/python2.3/idlelib/idle