How to modify a program while it's running?

James Mills prologic at shortcircuit.net.au
Tue Dec 16 20:54:59 EST 2008


@Aaron

Your code and suggestion is way too complicated.
Just register your objects. When you need to
reload your module, destroy the existing
objects and re-creat them.

This works well assuming you have a stable
running core that maintains the connection
and that code doesn't change much.

--JamesMills



More information about the Python-list mailing list