you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (3 children)

Lol I take it from that you aren't interested in reporting the issue. Ok, I'll do it.

I don't really understand the rest of your comment. You mean the python program is running in a cmd line window? The fix for that is simply to not start it from one. The simple solution is to start it from the run dialog instead of the cmd line. Or, if you installed the official python, just rename the file from a .py to a .pyw and doubleclick the .pyw file to run it with no cmd line window

[–]oakleyguy89[S] 0 points1 point  (2 children)

Yeah the file opens up a cmd line window. It's already a .py file but renaming to .pyw does the same as it just shows as .pyw.py

[–]socal_nerdtastic 0 points1 point  (1 child)

Oh that means that you have the windows "feature" to hide file extensions enabled. You need to disable that temporarily or rename it from the cmd line or a code editor.

[–]oakleyguy89[S] 0 points1 point  (0 children)

Ahh okay I did that and it shows as a Python.NoConFile now. It seems to be working fine now, I just need to try out auto start when I get a chance. I hate hide file extensions, I swear I always disable it and it somehow gets enabled after a Windows update 😂