"Juan C." <juan0christ...@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/ -- https://mail.python.org/mailman/listinfo/python-list