Quote:
Originally Posted by pilotbob
Are you asking if you can run the python script without python installed? The answer is no. Unless it is packed as an .EXE by someone. But this basically embeds python into it. So, not much of an advantage.
|
There's a great advantage: the end user doesn't need to install python.
@mshunter80: Take a look at cx_Freeze and py2exe.