On Thu, Sep 22, 2011 at 11:53 AM, Andrew Berg <bahamutzero8...@gmail.com> wrote:
> What causes this, and how can I fix it (or at least work around it)? Due
> to the nature of the program, it's much more convenient to reload a
> module than to restart the entire program (especially when testing).
>

Unfortunately, Python doesn't really like modules to be reloaded. Are
you able to explicitly close the logger before reloading?

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to