[PATCH] Force email package to be loaded in py2exe

Dirkjan Ochtman dirkjan at ochtman.nl
Wed Jul 2 02:19:42 CDT 2008


Paul Moore <p.f.moore <at> gmail.com> writes:
> Force email package to be loaded in py2exe
> 
> With Python 2.5, the email package is not fully loaded by py2exe, due to
> dynamic imports which are not found by modulefinder. This breaks the patchbomb
> extension. This patch forces the whole email package to be included so that
> the dynamic imports work as expected.

Pushed to crew-stable as c1c202e2d45d, as this was affecting a lot of people.

Thanks!

Dirkjan



More information about the Mercurial-devel mailing list