Date: 2004-04-16T10:21:30 Editor: AdamJack <[EMAIL PROTECTED]> Wiki: Gump Wiki Page: GumpDevelopment URL: http://wiki.apache.org/gump/GumpDevelopment
Added pydoc Change Log: ------------------------------------------------------------------------------ @@ -4,6 +4,16 @@ Gump use Python 2.2, not 2.3, which means a set of features are not available. += Overview = + +Use pydoc to get a look at the classes. + +In $GUMP/pythoin, with $PYTHONPATH set (to `pwd`), run pydoc: + +> python $PYTHON\lib\pydoc.py -p 1234 gump + +then browse the WWW site (on http://localhost:1234) it generates to get class documentation. + = Debugging = Gump uses the standard Python 'logging' package (bundled in 2.3) but has a copy of it [under python/] for 2.2. Typically the command line options of ''--debug'' and ''--verbose'' turn this on. Gump code current uses a single log instance (not one per package/module). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
