README
author Paul Moore <p.f.moore@gmail.com>
Tue, 01 Jul 2008 20:17:11 +0100
changeset 6789 c1c202e2d45d
parent 3935 1158d7018052
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
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.

Basic install:

 $ make            # see install targets
 $ make install    # do a system-wide install
 $ hg debuginstall # sanity-check setup
 $ hg              # see help

See http://www.selenic.com/mercurial/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.