[Tutor] Simple Python Question.

SA sarmstrong13@mac.com
Mon, 08 Jul 2002 13:03:49 -0500


Close. I knew about that already. What I was interested in is some type of
"Explorer" app that had a hierarchial menu in the left field and when an
item in that field is clicked on it would display the help() info in the
right.
By the way, I do not use idle on my MacOSX box because it does not want to
work properly. I therefore have to use the command line idle.

Thanks.
SA


On 7/8/02 12:44 PM, "Lloyd Kvam" <pythontutor@venix.com> wrote:

> It sounds like you are looking for the module index??
> http://www.python.org/doc/current/modindex.html
> Global Module Index
> 
> This file should be available through the Idle help.
> 
> I hope this is what you are looking for.
>