Re: using pydoc in an application

2006-06-27 Thread timw.google
I went and looked at the pydoc.py code, and it looks like it isn't really meant to be used from inside another python program. After some tinkering arond with my code, I ended up with this: (Google is messing up my indentation) (in my __init__ function) ... menuBar.addmenuitem('Help', 'co

using pydoc in an application

2006-06-27 Thread timw.google
Hi all, I'm discovering pydoc, and it seems to me that this is a great way to have online documentation for my application. Are there any examples of using this in some kind of help menu in an application? I've tried to just bind pydoc.gui() to a menu item, but this just brings up the GUI for pyd