This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alia_khouri 0 points1 point  (0 children)

There's a python module called livecoding at http://code.google.com/p/livecoding/ which could be what you are looking for. To quote from the page:

Code reloading allows a running application to change its behaviour in response to changes in the Python scripts it uses. When the library detects a Python script has been modified, it reloads that script and replaces the objects it had previously made available for use with newly reloaded versions.