Dear Python team, I am trying to find out how to make my Python programs into executable files (.exe, I presume) using Pyinstaller. I searched on line for how to do this (the document I came across is headed Data to Fish), and it seemed that Step 1 was to download the most recent version of Python and click the Add Python to Path option. I tried to do this, but was given the option to Upgrade Python, and once I did this the Add Python to Path option seemed not to be available. Can you advise me what to do? Best wishes, Brian -- https://mail.python.org/mailman/listinfo/python-list
Making a Python program into an executable file
Brian Wagstaff via Python-list Mon, 11 Apr 2022 10:19:23 -0700
- Making a Python program into an executable ... Brian Wagstaff via Python-list
- Re: Making a Python program into an ex... Mats Wichmann