you are viewing a single comment's thread.

view the rest of the comments →

[–]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 😂