Skip to content
ken edited this page Jul 7, 2014 · 1 revision
  1. When running the setup_interface.bat file, I receive the following error message: 'python' is not recognized as an internal or external command, operable program or batch file.

The problem is most likely due to the batch file not finding the python executable. The batch file assumes it is located in the default location c:\python27. However if you have python installed in a different location then you need edit the batch file with the actual location. We make this assumption in a few places so you may see a similar error again. The easiest way to resolve this is to add the correct python folder to your PATH environment variable.

Clone this wiki locally