Re: python at command prompt

2007-11-05 Thread Ton van Vliet
On Tue, 06 Nov 2007 04:20:17 GMT, Tim Roberts <[EMAIL PROTECTED]> wrote: >>There are executables (.exe) that have a 'registering' option builtin, >>and need to be registered to have their capabilities made available >>using the /regserver switch (possibly related to OLE/COM services, but >>I'm not

Re: python at command prompt

2007-11-05 Thread Tim Roberts
Ton van Vliet <[EMAIL PROTECTED]> wrote: > >There are executables (.exe) that have a 'registering' option builtin, >and need to be registered to have their capabilities made available >using the /regserver switch (possibly related to OLE/COM services, but >I'm not an expert here ;-) Yes, that's st

Re: python at command prompt

2007-11-05 Thread Ton van Vliet
On Mon, 05 Nov 2007 11:03:36 +1100, "[david]" <[EMAIL PROTECTED]> wrote: >Tim Roberts wrote: >> Ton van Vliet <[EMAIL PROTECTED]> wrote: >>> There's could also be an issue with entering 'python' at the command >>> line, and not 'python.exe'. Once the PATH is setup correctly, try to >>> enter 'pyth

Re: python at command prompt

2007-11-05 Thread Ton van Vliet
On Sat, 03 Nov 2007 22:51:05 GMT, Tim Roberts <[EMAIL PROTECTED]> wrote: >Ton van Vliet <[EMAIL PROTECTED]> wrote: >> >>There's could also be an issue with entering 'python' at the command >>line, and not 'python.exe'. Once the PATH is setup correctly, try to >>enter 'python.exe', and check whethe

Re: python at command prompt

2007-11-04 Thread [david]
Tim Roberts wrote: > Ton van Vliet <[EMAIL PROTECTED]> wrote: >> There's could also be an issue with entering 'python' at the command >> line, and not 'python.exe'. Once the PATH is setup correctly, try to >> enter 'python.exe', and check whether that works. >> >> IMHO, to get any 'program-name' (w

Re: python at command prompt

2007-11-03 Thread Tim Roberts
Ton van Vliet <[EMAIL PROTECTED]> wrote: > >There's could also be an issue with entering 'python' at the command >line, and not 'python.exe'. Once the PATH is setup correctly, try to >enter 'python.exe', and check whether that works. > >IMHO, to get any 'program-name' (without the .exe extension) t

Re: python at command prompt

2007-11-01 Thread Ton van Vliet
On Thu, 01 Nov 2007 09:17:00 -0700, [EMAIL PROTECTED] wrote: >Hi, >I am python newbie and the command prompt is having an issue with >python. I installed python 2.4.4 onto my windows machine, opened a >command prompt window, and typed python to start the interactive mode. >Got the following error.

Re: python at command prompt

2007-11-01 Thread Matimus
On Nov 1, 9:58 am, [EMAIL PROTECTED] wrote: > [snip] > > > Sounds like your path isn't set correctly. See the first section > > here[1] on "Finding python.exe" > > > -tkc > > > [1]http://www.imladris.com/Scripts/PythonForWindows.html > > Thanks Tim, > I set the pythonpath to where the python inter

Re: python at command prompt

2007-11-01 Thread kyosohma
On Nov 1, 1:23 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > >> [1]http://www.imladris.com/Scripts/PythonForWindows.html > > > I set the pythonpath to where the python interpreter is located C: > > \Python24 > > However I still get the same error message. Is there something else > > that must be confi

Re: python at command prompt

2007-11-01 Thread Tim Chase
>> [1]http://www.imladris.com/Scripts/PythonForWindows.html > > I set the pythonpath to where the python interpreter is located C: > \Python24 > However I still get the same error message. Is there something else > that must be configured? Make sure you're setting your PATH, not your PYTHONPATH v

Re: python at command prompt

2007-11-01 Thread Mark Elston
* [EMAIL PROTECTED] wrote (on 11/1/2007 9:58 AM): > [snip] >> Sounds like your path isn't set correctly. See the first section >> here[1] on "Finding python.exe" >> >> -tkc >> >> [1]http://www.imladris.com/Scripts/PythonForWindows.html > > Thanks Tim, > I set the pythonpath to where the python in

Re: python at command prompt

2007-11-01 Thread c3950ig
[snip] > Sounds like your path isn't set correctly. See the first section > here[1] on "Finding python.exe" > > -tkc > > [1]http://www.imladris.com/Scripts/PythonForWindows.html Thanks Tim, I set the pythonpath to where the python interpreter is located C: \Python24 However I still get the same e

Re: python at command prompt

2007-11-01 Thread Tim Chase
> D:\>python > 'python' is not recognized as an internal or external command, > operable program or batch file. [snip] > For some strange reason, python is not recognized at the command > prompt. Sounds like your path isn't set correctly. See the first section here[1] on "Finding python.exe" -t

python at command prompt

2007-11-01 Thread c3950ig
Hi, I am python newbie and the command prompt is having an issue with python. I installed python 2.4.4 onto my windows machine, opened a command prompt window, and typed python to start the interactive mode. Got the following error. D:\>python 'python' is not recognized as an internal or external