Full-featured Python IDE with intelligent editor and powerful debugger!

Wing IDE

Wing IDE 101 7.2.1.0

  -  55.5 MB  -  Freeware

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Wing IDE 101 7.2.1.0.


For those interested in downloading the most recent release of Wing IDE or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Wing IDE 101 7.2.1.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Wing IDE 101 7.2.1.0 Screenshot 1
  • Wing IDE 101 7.2.1.0 Screenshot 2
  • Wing IDE 101 7.2.1.0 Screenshot 3

What's new in this version:

Changes:
- Apply the Termination Model preference for debugging to all debug processes, even if
- multi-process debugging is disabled; the default is to terminate all processes
- in the process group, in order to avoid leaving around zombie processes
- Dropped the Kill Child Processes with Parent option for the Termination Mode preference
- because it could only kill child processes attached to the IDE, would miss processes
- created during the termination phase, and could not be fixed

Bug Fixes:
- Don't display a failure dialog when pasting Python code with blank lines in it
- Fix display of the editor caret and avoid crashing Wing in vi browse mode when
- the first line of the file is blank
- Include 'from' in auto-completer after 'raise x'
- Fix problems with Prompt for Action process termination mode
- Fix killing whole process groups for all processes spawned by Wing
- Fix starting a module via python -m when $ or ~ are in the run arguments
- Fix converting shared remote hosts from old versions
- Fix other minor problems