Re: Python scripts from DOS

2010-07-09 Thread Dave Angel
Mark Carter wrote: On my machine, I can go to a DOS shell, and type myscript.py This will cause the script to be run as a python script. So that bit works. On another machine, on which python was set up without admin privileges, if I type myscript.py it will open the "Open With" dialog box

Re: Python scripts from DOS

2010-07-09 Thread Rebelo
On 9 srp, 11:37, Mark Carter wrote: > On my machine, I can go to a DOS shell, and type >    myscript.py > This will cause the script to be run as a python script. So that bit > works. > > On another machine, on which python was set up without admin > privileges, if I type >    myscript.py > it wil

Re: Python scripts from DOS

2010-07-09 Thread Thomas Jollans
On 07/09/2010 11:37 AM, Mark Carter wrote: > On my machine, I can go to a DOS shell, and type >myscript.py > This will cause the script to be run as a python script. So that bit > works. > > On another machine, on which python was set up without admin > privileges, if I type Which operating s

Python scripts from DOS

2010-07-09 Thread Mark Carter
On my machine, I can go to a DOS shell, and type myscript.py This will cause the script to be run as a python script. So that bit works. On another machine, on which python was set up without admin privileges, if I type myscript.py it will open the "Open With" dialog box. It wont let me exec