Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

0 views
Skip to first unread message

Terry Reedy

unread,
Feb 17, 2010, 3:28:03 PM2/17/10
to pytho...@python.org
On 2/17/2010 9:57 AM, pyt...@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

0 new messages