How to build a list of all modules in standard library?

Terry Reedy tjreedy at udel.edu
Wed Feb 17 15:28:03 EST 2010


On 2/17/2010 9:57 AM, python at bdurham.com wrote:
> We're building a py2exe executable that may need to do some dynamic
> module imports.
> I'm looking for suggestions on how we can mechanically generate a list
> of standard library modules/packages to make sure our build has the full
> set of Python 2.6.4 libraries.

Find the source file for the global module index that comes with the doc 
set.

Terry Jan Reedy




More information about the Python-list mailing list