Re: keyword help in Pythonwin interpreter

2006-05-15 Thread BartlebyScrivener
And others (including Fredrik Lundh) have found the same bug, it seems. http://mail.python.org/pipermail/python-list/2005-September/297157.html -- http://mail.python.org/mailman/listinfo/python-list

Re: keyword help in Pythonwin interpreter

2006-05-15 Thread BartlebyScrivener
Peter, I filed a bug report. Thanks, rick -- http://mail.python.org/mailman/listinfo/python-list

Re: keyword help in Pythonwin interpreter

2006-05-15 Thread BartlebyScrivener
Peter, >>> import pydoc >>> pydoc.help.docdir yields no result for me But adding the "break" into the pydoc module didn't work either. Mmm. I'll toy with this later. Thanks for pointing me to the right spot in the module. rick -- http://mail.python.org/mailman/listinfo/python-list

Re: keyword help in Pythonwin interpreter

2006-05-15 Thread Peter Otten
BartlebyScrivener wrote: > Using ActivePython 2.4.3 on Windows XP > > While in the Pythonwin IDE, if I seek keyword help by issuing the > following command: > help ('while') > > I get: > > Sorry, topic and keyword documentation is not available because the > Python HTML documentation files

Re: keyword help in Pythonwin interpreter

2006-05-15 Thread BartlebyScrivener
I should add that if I type: >>>help ('sys') It works fine. So it's finding the module documentation, but not the keyword or topic. Thanks rick -- http://mail.python.org/mailman/listinfo/python-list

keyword help in Pythonwin interpreter

2006-05-15 Thread BartlebyScrivener
Using ActivePython 2.4.3 on Windows XP While in the Pythonwin IDE, if I seek keyword help by issuing the following command: >>>help ('while') I get: Sorry, topic and keyword documentation is not available because the Python HTML documentation files could not be found. If you have installed the