I installed Python-2.3 into c:\Program Files\Python23 on a new W2K SP4
computer. When I write a Python script and run it from the command
prompt, I get the following error:
C:\>python 'name-of-script.py'
'python' is not recognized as an internal or external command,
operable program or batch file.
Here's what my path contains:
C:\>path
PATH=C:\WINNT\s ystem32;C:\WINN T;C:\WINNT\Syst em32\Wbem;"C:\P rogram
Files\Norton
SystemWorks\Nor ton Ghost\";C:\Prog ram Files\SSH Communications
Security\SSH Secu
re Shell
Any ideas? I've reinstalled and rebooted several times. Also tried
adding c:\Program Files\Python23 to my path... still get the error.
computer. When I write a Python script and run it from the command
prompt, I get the following error:
C:\>python 'name-of-script.py'
'python' is not recognized as an internal or external command,
operable program or batch file.
Here's what my path contains:
C:\>path
PATH=C:\WINNT\s ystem32;C:\WINN T;C:\WINNT\Syst em32\Wbem;"C:\P rogram
Files\Norton
SystemWorks\Nor ton Ghost\";C:\Prog ram Files\SSH Communications
Security\SSH Secu
re Shell
Any ideas? I've reinstalled and rebooted several times. Also tried
adding c:\Program Files\Python23 to my path... still get the error.
Comment