This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients
Date 2005-11-11.11:51:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
py2exe uses Python's modulefinder to find the modules
and packages that belong to one or more scripts.

For not too small projects, the runtime of modulefinder
is quite long.  On my system, the time to find all 533
modules my project needs is around 48 seconds.

So, I profiled the Python 2.4 modulefinder, and patched
it for a speedup of a factor of ~2.5 - the time
required to find the modules drops to around 19 seconds.
History
Date User Action Args
2007-08-23 15:44:31adminlinkissue1353872 messages
2007-08-23 15:44:31admincreate