How can I convert a .py to .exe for Python?
问题 I\'m trying to convert a fairly simple Python program to an executable and couldn\'t find what I was looking for, so I have a few questions (I\'m running Python3.6): The methods of doing this that I have found so far are as follows downloading an old version of Python and using pyinstaller/py2exe setting up a virtual environment in 3.6 that will allow me to do 1. downloading a Python to C++ converter and using that. Here is what I\'ve tried/what problems I\'ve run into. I installed