This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients georg.brandl, steven.daprano
Date 2009-01-26.03:56:56
SpamBayes Score 0.0007201102
Marked as misclassified No
Message-id <1232942217.99.0.191249551049.issue5066@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-26 03:56:58steven.dapranosetrecipients: + steven.daprano, georg.brandl
2009-01-26 03:56:57steven.dapranosetmessageid: <1232942217.99.0.191249551049.issue5066@psf.upfronthosting.co.za>
2009-01-26 03:56:57steven.dapranolinkissue5066 messages
2009-01-26 03:56:56steven.dapranocreate