I am running Mac OS X 10.5.8. I have installed Python 2.6 from the site. It\'s in my application directory. I have edited my .bash_profile to have:
# Sett
Seems to be a common problem:
http://www.google.com/search?q=python+idle+pythonpath
Unfortunately, no answers. The only suggestion seemed to be to edit the idle executable and adding a few sys.path.insert(...) lines.
idle
sys.path.insert(...)