Error: 'als15.py' is not recognized as an internal or external command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alan Stewart
    New Member
    • Aug 2011
    • 2

    Error: 'als15.py' is not recognized as an internal or external command

    Error message is the following:

    'als15.py' is not recognized as an internal or external command, operable program or batch file.

    The program code in 'als15.py' is Python code that has run before.

    PLEASE. What does that mean and suggestions as to how I would fix it. THANKS. Alan Stewart
    Attached Files
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    At the command prompt, type in "python als15.py". The python executable must be in the system path or you must be in the same directory as python.exe. You may need to include the path to als15.py.

    Comment

    Working...