[Tutor] SPE Editor

Terry Carroll carroll at tjc.com
Thu Nov 4 22:08:26 CET 2004


On Thu, 4 Nov 2004, Nicholas Vettese wrote:

> Thanks for the response.  The error I receive is:
> 
> C:\Python23\Lib\site-packages\_spe>python SPE.py
> The name specified is not recognized as an
> internal or external command, operable program or batch file.

That error means that "python" is not recognized by Windows.

Try 

  echo %PATH%

and see if c:\Python23 is showing up in your path list.




More information about the Tutor mailing list