#๐ When I click on any program I've done it runs automatically and doesn't give me the option to edit
12 messages ยท Page 1 of 1 (latest)
@buoyant sleet
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
this is what i get and it runs the program
Open it with Visual Studio Code.
"Opening with python" in that context means opening it with the python interpreter, which just directly executes it
If you want to open it with Python IDLE, click "choose another app" and then put this directory in: \Python\Python311\Lib\idlelib\idle.bat
(Not directly, this is just where the file is that runs IDLE. )
To find the full directory, open the file location of your IDLE (do it again if needed, the first time opens the file location of the shortcut) until your file looks something like this:, then you put in the directory I put earlier
If you want to run it with Python IDLE you press show more options -> Edit with IDLE
2nd one
so for example, this is my directory:
C:\Users\ (Username)\AppData\Local\Programs\Python\Python311\Lib\idlelib\idle.bat
ohhh thanks man appreciate it
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.