About 1,990,000 results
Open links in new tab
  1. How do I open Python IDLE (Shell WIndow) in WIndows 10?

    To get the the idle edit window from the shell window is very simple if you know how. Here's how: Windows search for "idle" Click 'enter' idle shell appears click options in idle shell click …

  2. Install python modules/package using IDLE on Windows

    Install python modules/package using IDLE on Windows Asked 10 years, 6 months ago Modified 1 year, 10 months ago Viewed 214k times

  3. How to run a python script from IDLE interactive shell?

    Feb 16, 2014 · The IDLE shell window is not the same as a terminal shell (e.g. running sh or bash). Rather, it is just like being in the Python interactive interpreter (python -i). The easiest …

  4. Is there a way to clear Python's IDLE window? - Stack Overflow

    Sep 16, 2009 · I know there's a similar topic about the Python console, but I do not know if they are the same. I tried system("clear") and it didn't work here. How do I clear …

  5. starting Python IDLE from command line to edit scripts

    Jun 9, 2017 · If running idle.pyw directly doesn't work, then probably the file association is wrong. Make sure that assoc .pyw is set to Python.NoConFile and that the command for ftype …

  6. How can I run IDLE for Python 3 in a Conda environment?

    Dec 4, 2024 · For how to open IDLE from a Conda virtualenv, the process that works for me is: activate myenv python -m idlelib This should open up the IDLE editor and you can run code …

  7. Default working directory for Python IDLE? - Stack Overflow

    Mar 12, 2013 · Here's a way to reset IDLE's default working directory for MacOS if you launch Idle as an application by double-clicking it. You need a different solution if you launch Idle from a …

  8. How to launch python Idle from a virtual environment (virtualenv)

    Feb 7, 2011 · I have a package that I installed from a virtual environment. If I just launch the python interpreter, that package can be imported just fine. However, if I launch Idle, that …

  9. What's the working directory when using IDLE? - Stack Overflow

    Apr 4, 2013 · Open the IDLE.app bundle: in the Python 3.11 folder in Applications, open the IDLE.app application bundle by right clicking it and selecting Show Package Contents. In …

  10. Python IDLE won't start - Stack Overflow

    Jan 6, 2019 · So I found idle at C:\Users\jlamm\AppData\Local\Programs\Python\Python310\Lib\idlelib\idle.pyw and typed that …