You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have you tried opening it as a text file and not a executable (this is because python launches config.py as an executable, which is how you are also able to open start.py)
right-click on config.py, then hover over the option "Edit with IDLE"
there should be something like "Edit with IDLE x.xx (32 bit (or if you're using a 64-bit device: 64 bit))
click on it and you should be able to edit the file
the x.xx depends on the version, for me it's 3.10 because thats the latest version of python that i am using
I can easily open Start.py but for some reason config.py does not open. Tried installing different python version as well
The text was updated successfully, but these errors were encountered: