How can I compile and run a python file (*.py extension)?
If you want to transform a python source file into a double-clickable .exe on windows, you can use py2exe, which can help you build an easy to distribute package.
.exe