Installing PyAI





Note: This information is mainly taken from  poiuy_qwert readme for PyAI.




First check that python is correctly installed.Open a command window: either using "Windows key + r", or going in Start->Run and typing "cmd" + enter.




In the command window that you have opened type "python" and enter. You should get this.



Note: If you get an error saying "'python' is not recognized as an internal or external command, operable program or batch file", then python didn't install the environment variable for itself. In the command window type "set PATH=%PATH%;C:\Python25\" (without double quotes) where C:\Python25\ is the python installation directory, if you installed it somewhere else use that path.

Once python is correctly configured, if double-clicking on PyAI.pyw still doesn't work, you can try doing it in command line.
Go in the folder you extracted PyAI.pyw and type "python PyAI.pyw" (without double quotes) 




This is the window you should get, in case you have an error, please report it to PyMS forum.