How to run self-contained Python scripts who don't need Python installation?

Akira Li 4kir4.1i at gmail.com
Fri Jun 9 07:26:34 EDT 2017


"Juan C." <juan0christian at gmail.com> writes:

> I need to run some Python 3.6.0 scripts on the users' machines (W7 and
> W10) in an enterprise environment, but I can't install Python on those
> machines. I tried looking for those "py to exe", but sadly they don't
> support Python 3.6.0.

I've tried PyInstaller (development version) and it works with Python 3.6:

  $ py -3.6 -m pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

From
https://www.reddit.com/r/Python/comments/6fpr70/how_do_i_distribute_a_py_file_and_its/





More information about the Python-list mailing list