|
|
 |
python-list
Re: problem with pythonwin32
by Gillou other posts by this author
Aug 28 2001 10:27AM messages near this date
problem with pythonwin32
|
Re: problem with pythonwin32
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@[...].com> a écrit dans le message news:
9mc3m3$jk3$1@[...]..
> 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
>
>
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
Paul Greer
Gillou
Richard Jones
Maan Hamze
Peter Hansen
John Roth
|
|
|
 |
|