New submission from Steven D'Aprano <st...@pearwood.info>:

Documentation for IDLE states:

    Starting IDLE on UNIX 
    On Unix, just type "idle" at a command prompt. This should bring
    up a Window similar to the one above. (If it doesn't, look for
    the "idle" script in the Tools/idle directory in the Python source
    distribution.)

http://www.python.org/idle/doc/idlemain.html

I believe that is obsolete, I cannot see a Tools/idle directory in 
either 2.5 or 2.6. Perhaps better instructions might be:

    (If it doesn't, run "python LOC/idlelib/idle.py" where LOC 
    is the location of your Python source distribution, usually 
    /usr/lib/python*.)

or similar.

----------
assignee: georg.brandl
components: Documentation, IDLE
messages: 80562
nosy: georg.brandl, stevenjd
severity: normal
status: open
title: IDLE documentation for Unix obsolete/incorrect

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5066>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to