[Tutor] Executable

Alan Gauld alan.gauld at blueyonder.co.uk
Sat Dec 6 04:57:20 EST 2003


> How do I turn python in to something like an Executable? Right
now,
> I' m only typing in commands...

If you type the commands into a file ending in .py you can double
click
it in explorer to run it just like any other program.

You can give it to other people too if they have python
installed.

You can also use py2exe to bundle the python interpreter with
your
program and make it looke like a windows exe file, this meands
you can give it to folks without python installed. But py2exe is
not
trivial to use, as udz is currently discovering!

Alan g.




More information about the Tutor mailing list