Known usage of Mercurial with py2exe ?

PIERRE AUGIER pierre.augier at univ-grenoble-alpes.fr
Fri Oct 25 11:44:51 UTC 2024


Hello,

I'm working on improving and simplifying Mercurial setup.py file and more generally Mercurial Python packaging system.

A lot of lines in setup.py are related to using py2exe to build a standalone application on Windows. 

py2exe (https://github.com/py2exe/py2exe) is still in active development and has adapted to more modern Python packaging. Using py2exe in a setup.py is now deprecated and now another script should be used.

I'd like to ask if anyone on this list still using Mercurial with py2exe or is aware of any py2exe usage? If yes, what is the advantage nowadays? Especially when Mercurial is going to upload wheels for Windows (should be soon), installing with pipx should be very easy also on Windows and it seems to me that it would lead to a cleaner installation.

Pierre


More information about the Mercurial mailing list