Skip to content
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

Cannot open Congif.py #122

Open
Navisher99 opened this issue Mar 24, 2022 · 1 comment
Open

Cannot open Congif.py #122

Navisher99 opened this issue Mar 24, 2022 · 1 comment

Comments

@Navisher99
Copy link

I can easily open Start.py but for some reason config.py does not open. Tried installing different python version as well

@aeiou213
Copy link

aeiou213 commented Mar 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants