-
Notifications
You must be signed in to change notification settings - Fork 30
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
Python doesnt open #8
Comments
If a Python file closes immediately after being clicked, it's likely due to quick execution without pauses. To keep the window open and view output, you can add an input() statement at the end of your script, like this: |
The main issue i had to fix was on windows and Suse Enterprise Linux was there is not any logging in place that made sense but this is purely a proof of concept. I fixed these using pyenv using Community PYCHARM on Windows 10 IOT LTSC. Similar issue if running windows moving python2 to three on Linux is trivial windows caused more problems initially though Java is my best language. I have submitted a pull request to fix all of these issues hopefully they will be approved. |
When you double-click a Python file (usually |
When I click on the python file it doesnt open it just closes down right away
The text was updated successfully, but these errors were encountered: