About 2,340 results
Open links in new tab
  1. Python IDLE won't start - Stack Overflow

    Jan 6, 2019 · If you did not already, try starting idle from a command prompt with python -i -m idlelib. If nothing happens before you see a prompt, try >>> dir() to see if anything was silently …

  2. How To FIX Python IDLE Not Launching/Opening/Working - YouTube

    How To FIX Python IDLE Not Launching/Opening/Working | Complete Tutorial | Updated 2021 Subscribe for more content (IT'S FREE): https://bit.ly/2QRt6G9 It would make my day if you …

  3. How to Fix .py Files Not Opening - HatchJS.com

    .py files not opening? Here's how to fix it .py files are text files that contain Python code. If you're having trouble opening a .py file, it may be because you don't have the correct software …

  4. Python: Can’t Open File? Reasons And Solutions - Codingdeeply

    Here are the most common reasons (the solutions are already waiting in the next chapter) for the “Can’t open file” error: Are you sure you’re pointing Python to the correct file? File paths can …

  5. IDLE won't open - Python Help - Discussions on Python.org

    Mar 24, 2023 · I’m new to python, but my understanding is that it comes with an IDE prepackaged, Python IDLE. However, when I try to open it, nothing happens; the console …

  6. Why is my Python IDLE not opening? – Quick-Advisors.com

    Aug 29, 2020 · Right-click the “. idlerc” folder and select Properties. Uncheck the “Hidden” attribute if it’s active and apply the new settings. Test the change by editing a script tool or …

  7. How To Fix Python Not Running .py Files In Terminal / Command …

    Jan 12, 2021 · Verify that the directory of the Python script is right, or if your changing your working directory from your terminal / command prompt, verify the change has been made.

  8. Python IDLE 3.9.1 file not opening in windows - Stack Overflow

    Jan 22, 2021 · Perhaps you need to start IDLE first and open the file from inside that? If you’re using the Open option when you right-click or you are simply double-clicking the script, the …

  9. How to Fix Python Not Working in Windows 11 - UMA Technology

    Mar 3, 2024 · In this comprehensive guide, we’ll explore the common reasons behind Python not working on Windows 11 and provide detailed troubleshooting solutions to help users overcome …

  10. In Python File is Not Opening (How to Fix) - Happiom

    If you’re having trouble opening a file in Python, there could be several reasons behind it. Let’s do step-by-step troubleshooting. 1. Wrap your file opening code in a try-except block to catch any …

  11. Some results have been removed