IDLE & Linux

Ralph Kaiser rkaiser at wwa.com
Sun Nov 28 17:18:32 EST 1999


Dan Grassi <Dan at Grassi.com> wrote in message
news:B466ECEC.F8E%Dan at Grassi.com...
> I am trying to get IDLE to run.  The docs say that it is automatically
> installed but that is just not true.  There is a /usr/bin/idle but when it
> runs it quits complaining that it can't find
> /usr/lib/python1.5/site-packages/idle/idle.py

Hi,

/usr/bin/idle is just a one line script to run idle.py Use "find .-name
idle.py"
to locate it. on my system it's
/usr/local/src/Python-1.5.2/Tools/idle/idle.py.
Good Luck

Ralph






More information about the Python-list mailing list