On Jan 22, 3:16 am, George Oliver <georgeolive...@gmail.com> wrote:
> hi, I'm wondering if there are any Python programming environments
> that enable live code reloading, for example something like the Scheme-
> based impromptu (but also meant for any kind of Python program, not
> just audio/visual generation).
>
> Currently I do this directly in my editor (for game development), but
> I'm curious if there are other options.

Maybe you could get an idea from TurboGears or Django. They seem to
reload their environments when a file is saved.

-------------------
Mike Driscoll

Blog:   http://blog.pythonlibrary.org

PyCon 2010 Atlanta Feb 19-21      http://us.pycon.org/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to