You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there anyway to exit
WinPython Interpreter.exe
from cli. actually am executing python script from my php script through exec command and callingWinPython Interpreter.exe myscript.py
it execute the script but it endWinPython Interpreter.exe
keeps running and it not exit . so am wondering is there flag which i need to pass toWinPython Interpreter.exe
so that it auto exit after python script execution maybe something like this will be goodWinPython Interpreter.exe myscript.py --exit=true
thanks
The text was updated successfully, but these errors were encountered: