Running Python applications without python

Hi Are there other ways to run a python application without installing python other than installing py2exe. I know the last update was for Python 2.7, but I need something similar for python 3.1 / 3.2

+3
source share
1 answer

cx_freeze can be used with python 3.x. On the cx_freeze page you have version 3.1, Windows installer for 3.2 is available from Gohlke

+1
source

Source: https://habr.com/ru/post/1796085/


All Articles