first of all congratulations to PyScripter, it exactly fits my
needs...
There is just one burning question: how can I force PyScripter to
reload imported modules?
I refactored my script to many external modules. Although I re-import
these modules via Run -> Import Module after making changes, my main
program still uses old versions of the modules. So I get often weird
errors that refer to non-existing code.
Thanks,
Franz