Re: How to make python scripts .py executable, not bring up editor

2008-07-09 Thread Gerry
And if you've gotten this far, why not take the next step: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/476204 and just type tryme (as opposed to tryme.py) Gerry -- http://mail.python.org/mailman/listinfo/python-list

Re: How to make python scripts .py executable, not bring up editor

2008-07-08 Thread Matimus
On Jul 7, 2:56 pm, korean_dave <[EMAIL PROTECTED]> wrote: > From command Prompt, i type in a script,  "tryme.py". > > This, instead, brings up PythonWin editor and Interactive Window. > > Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) > > How do I make it so that the script

Re: How to make python scripts .py executable, not bring up editor

2008-07-08 Thread Chris Hulan
On Jul 7, 5:56 pm, korean_dave <[EMAIL PROTECTED]> wrote: > From command Prompt, i type in a script, "tryme.py". > > This, instead, brings up PythonWin editor and Interactive Window. > > Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) > > How do I make it so that the script

Re: How to make python scripts .py executable, not bring up editor

2008-07-08 Thread norseman
OK- ; In Windows use the Window Explorer and go find a something.py. Right click on it and select Open With then Browse and go find your Python24\python.exe and select it. Then check the box that says "Always use this for..." and test it by closing/re-opening WinExplorer and left c

Re: How to make python scripts .py executable, not bring up editor

2008-07-08 Thread Mike Driscoll
On Jul 7, 4:56 pm, korean_dave <[EMAIL PROTECTED]> wrote: > From command Prompt, i type in a script,  "tryme.py". > > This, instead, brings up PythonWin editor and Interactive Window. > > Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) > > How do I make it so that the script

Re: How to make python scripts .py executable, not bring up editor

2008-07-08 Thread Iain King
On Jul 7, 10:56 pm, korean_dave <[EMAIL PROTECTED]> wrote: > From command Prompt, i type in a script,  "tryme.py". > > This, instead, brings up PythonWin editor and Interactive Window. > > Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) > > How do I make it so that the script

Re: How to make python scripts .py executable, not bring up editor

2008-07-08 Thread Paul McGuire
On Jul 7, 4:56 pm, korean_dave <[EMAIL PROTECTED]> wrote: > From command Prompt, i type in a script,  "tryme.py". > > This, instead, brings up PythonWin editor and Interactive Window. > > Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) > > How do I make it so that the script

Re: How to make python scripts .py executable, not bring up editor

2008-07-07 Thread Grumman
korean_dave wrote: From command Prompt, i type in a script, "tryme.py". This, instead, brings up PythonWin editor and Interactive Window. Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) How do I make it so that the script runs? Start->My Computer->Properties->Advanced

Re: How to make python scripts .py executable, not bring up editor

2008-07-07 Thread Benjamin Kaplan
On Mon, Jul 7, 2008 at 5:56 PM, korean_dave <[EMAIL PROTECTED]> wrote: > >From command Prompt, i type in a script, "tryme.py". > > This, instead, brings up PythonWin editor and Interactive Window. > > Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) > > How do I make it so t

Re: How to make python scripts .py executable, not bring up editor

2008-07-07 Thread norseman
korean_dave wrote: From command Prompt, i type in a script, "tryme.py". This, instead, brings up PythonWin editor and Interactive Window. Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) How do I make it so that the script runs? -- http://mail.python.org/mailman/listin

How to make python scripts .py executable, not bring up editor

2008-07-07 Thread korean_dave
>From command Prompt, i type in a script, "tryme.py". This, instead, brings up PythonWin editor and Interactive Window. Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) How do I make it so that the script runs? -- http://mail.python.org/mailman/listinfo/python-list