DrPython is een Integrated Development Environment, of kort weg IDE, voor de programmeertaal Python. De user interface is overzichtelijk opgezet en geheel naar eigen voorkeur aan te passen. Voor het starten van DrPython moet op het systeem eerst minimaal Python 2.3 en wxPython 2.5.1.5 geïnstalleerd zijn. Daniel Pozmanter houdt zich druk bezig met de ontwikkeling en heeft onlangs versie 3.9.7 beschikbaar gesteld met de volgende release notes:
Some rather nasty errors saving and opening files fixed (it wrote to the file/read from the file twice!). You can now add plugin shortcuts to the menu. Plus a few other bugfixes.
Bugs Fixed:Changes:
- Properly handles encoded text in the Prompt.
- SaveFile, OnSavePrompt Bug: Saved File Twice!
- No longer tries encoding mess in file dialog on non windows platforms.
- Properly handles bad encoding in the file dialog.
- OpenFile: Opened File Twice!
- Shows all errors in OnSavePrompt.
- References the correct txtDocument for writing encoded text in SaveFile.
- Reorganized file write code in SaveFile, OnSavePrompt.
- OnSaveAs: Checks to see if the save was successful, and resets the filename and returns otherwise.
- You can now add Plugin Shortcuts to the menu.
(Bug-Report/Feature Request, Thanks Franz Steinhaulser)- Added DrFrame.PrintTraceback()
- Updated Documentation: Plugins, Preferences.