Hello
I am just starting with python and have some questions.
- Is there a way to make *.py-Files executables in an
Win98-Environment (like *.bat or *.com).
I am reading the docs from python.org but most notes on system
config are for unix, so i couldn't find the answer there.
- is there s
On Sat, Jan 11, 2003 at 03:52:57PM +0100, Christoph Basedau wrote:
>
> - Is there a way to make *.py-Files executables in an
> Win98-Environment (like *.bat or *.com).
You can't produce a truely self contained exectuable, but you can
produce a package that changes your file to an EXE and wraps