problem with pythonwin32

Gillou nospam at bigfoot.com
Tue Aug 28 06:27:12 EDT 2001


For Linux...

"chmod +x myscript.py" is better ;-)

The first line of the script should be

#!/usr/bin/env python

This first line does not help but does not disturb for Windows (except if
you got Cygwin)

"Paul Greer" <Paul.Greer1 at btinternet.com> a écrit dans le message news:
9mc3m3$jk3$1 at plutonium.btinternet.com...
> Might sound like a silly question but how do I get a script to run as a
> program from an Icon on windows. When ever I do the DOS box opens and
> immediately closes.
>
> the same in linux I change the py file with chmod -x  and set the path but
i
> cant seem to get the program to run by just typing the name?
>
> Id appreciate the help
>
>





More information about the Python-list mailing list