PythonWin IDE sucks!

Richard Brodie R.Brodie at rl.ac.uk
Fri Oct 27 10:59:44 EDT 2000


"Dale Strickland-Clark" <dale at out-think.NOSPAMco.uk> wrote in message
news:7tuivs46osods22uumpvsvsap2jocrd4si at 4ax.com...

> To test a module, I import it into PythonWin using the Import/Reload
> button and then instantiate a class in the Interactive Window.
>
> After a failure, I fix the offending code and Import/Reload again.
> However, the same failure occurs showing the original line with it's
> original contents. The changed module hasn't been loaded.

If you have instances of modified classes, you need to recreate them.
Reload won't dynamically update the methods of an existing instance.





More information about the Python-list mailing list