PythonWin IDE sucks!

Fredrik Lundh effbot at telia.com
Sat Oct 28 04:46:16 EDT 2000


Tim Peters wrote:
> But be that as it may, Dale's got a real problem.  The interactive module
> edit<->run cycle under Python IDEs really is tricky, sometimes requiring
> non-trivial knowledge of how sys.modules is used & managed internally in
> order to avoid picking up stale definitions.

better make that "some Python IDEs" -- not all IDEs insist on
running the debugged program in the same process as the IDE
itself...

And yes, now that everyone else is plugging their new version,
I probably should mention that PythonWorks 1.1.1 will be out
shortly.  Among other news, it can debug programs written in
Python 1.4, 1.5.X, 1.6, and 2.0.

Check www.pythonware.com for more info.

</F>





More information about the Python-list mailing list