I am using Python 2.7
I am looking for the best way to make an .exe with my program. My program is a application development tool that generates a .py file. What is the best way to convert this .py file to an .exe?
The conversion will take place on the users computer and they may not have python installed.
-Thanks
You can use py2exe but only if python is installed on the computer. There is no way to do the conversion without having python installed.