Open
Description
Is there anyway to exit WinPython Interpreter.exe
from cli. actually am executing python script from my php script through exec command and calling WinPython Interpreter.exe myscript.py
it execute the script but it end WinPython Interpreter.exe
keeps running and it not exit . so am wondering is there flag which i need to pass to WinPython Interpreter.exe
so that it auto exit after python script execution maybe something like this will be good
WinPython Interpreter.exe myscript.py --exit=true
thanks