Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How to exit WinPython Interpreter.exe from cli #1064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
darkworks opened this issue Mar 31, 2022 · 1 comment
Open

How to exit WinPython Interpreter.exe from cli #1064

darkworks opened this issue Mar 31, 2022 · 1 comment
Labels

Comments

@darkworks
Copy link

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

@firai
Copy link
Contributor

firai commented Apr 4, 2022

Is there a reason why you're not calling python.exe directly?

Edit: It seems like #893 (comment) provides a workaround if the use of WinPython Interpreter.exe is desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants