Meir Kriheli wrote:
You can also utilize the shell and pydoc, no need for a script, here's a
bash one liner (the following should be on the same line, in case mail
clients break it to 2):

for i in gconf gnome gnome.ui gnome.ui gnomevfs bonobo bonobo.ui
bonobo.activation; do pydoc $i > $i.txt; done

You guys are great!  Thankyou.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to