[PATCH]Support for py2exe

Volker.Kleinfeld at gmx.de Volker.Kleinfeld at gmx.de
Sun Aug 21 14:11:08 CDT 2005


Hi everybody,
To get a standalone exe on windows I added support for py2exe
in setup.py. The change is rather straight forward except that
py2exe is not able to find the required modules due to the use
of demandload. To fix this problem I added a helper module scanning
the mercurial package.

One needs to have py2exe installed to make use of it ...

The patch is attached. Comments are welcome.

Volker

 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py2exe.patch
Type: application/octet-stream
Size: 3440 bytes
Desc: not available
Url : http://www.selenic.com/pipermail/mercurial/attachments/20050821/8949c2a0/py2exe.obj


More information about the Mercurial mailing list