python interpreter

Alexandru Mosoi brtzsnr at gmail.com
Tue Aug 12 10:49:03 EDT 2008


I'm using python's interpreter's to run various commands (like a
normal shell). However if sources are modified changes are not
reflected so I have to restart interpreter. Is there any way to avoid
restarting this?

example:

import blah

blah.Blah()
# ... blah.Blah() changed

blah.Blah()
# ... new behavior



More information about the Python-list mailing list