Re: Module list generation

2004-12-05 Thread Doug Kearns
In article <[EMAIL PROTECTED]>, Scott David Daniels wrote: > Doug Kearns wrote: >> Is this the best/simplest way to generate a module list? >> >> python -c 'from pydoc import help; help("modules")' >> >> Thanks, >> Doug > I am

Module list generation

2004-12-03 Thread Doug Kearns
Is this the best/simplest way to generate a module list? python -c 'from pydoc import help; help("modules")' Thanks, Doug -- http://mail.python.org/mailman/listinfo/python-list