I like both Stani's Python Editor and Boa Constructor. Although I prefer SPE's text editor, I use Boa because it generates almost all my wxPython GUI Code.
The benefits these text editors:
1. An "exporer" view of modules lets you go right to any class or function definition and even variable asignments!
2. Double clicking on any line in a traceback takes you to that line (in any module).
3. Both of these editors requier wxPython installation and once you see how good wx looks and feels, you'll want to rework all of your old Tk applications.
The benefits these text editors:
1. An "exporer" view of modules lets you go right to any class or function definition and even variable asignments!
2. Double clicking on any line in a traceback takes you to that line (in any module).
3. Both of these editors requier wxPython installation and once you see how good wx looks and feels, you'll want to rework all of your old Tk applications.
Comment