On 22Jan2010 13:19, Mike Driscoll <[email protected]> wrote: | On Jan 22, 3:16 am, George Oliver <[email protected]> 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.
CherrypPy too. -- Cameron Simpson <[email protected]> DoD#743 http://www.cskk.ezoshosting.com/cs/ -- http://mail.python.org/mailman/listinfo/python-list
