"Alex Hall" <mehg...@gmail.com> wrote

about a program called brlapi. I am on Windows. Can someone explain
what is going on here?
<email snip>
Hmm... I am relatively new to Python and have not found this pydoc.

Well, I don't know how this is supposed to work on Windows. On Linux,
you simply run

pydoc brlapi


pydoc lives in

C:\PythonXX\Tools\scripts

And the best way to run it is probably to use the GUI so cd to the folder and run

python pydocgui.pyw

Or create a shortcut to do the same...

Basically it will provide you with a prettified web version of the help() output!
For that reason I tend not to use it much... YMMV

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to