News

py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts; Python 3.3 and later are supported.
Currently we;re using py2exe 0.10.1.0. While it is okay for now as we are stuck on Python 3.7 as soon as we need to upgrade to Python 3.10 or later we would need to move to t ...
$ python setup.py py2exe The terminal will display a lot of messages as it byte-compiles your modules and copies all of the necessary dll files and other dependency components.