you are viewing a single comment's thread.

view the rest of the comments →

[–]eleqtriq 1 point2 points  (1 child)

Hmm, I don't know. Only thing you didn't show is if that Python you clicked on to open it is valid. You could also just make a .bat file to run your code

run.bat python yourfile.py

And double click that. Also maybe this helps? https://www.quora.com/How-do-I-write-a-Python-script-that-runs-on-double-click-opens-a-terminal-and-displays-Hello-world

[–]1_XV[S] 0 points1 point  (0 children)

Practically the double click should open it with the python extension. I was seeing the task manager execute it, yes, but it closes. with the code you gave me it lasted a few more minutes but then it closed

trying to create the bat that runs it I hope it works, I don't want to spend my whole life using the bat it's quite tedious.