Make a new module that takes a python file as parameter and simply starts
that up, calling either devide_main() or __init__ on the class that has the
same name as the file, or somesuch.
This should enable people to easily run their wx,vtk,itk code on top of
DeVIDE, so they don't have to install a zillion other things. This is more
or less like a CodeRunner, but you get to edit the code on the outside.
Do execution caching on the py file with md5 hashes.
Original issue reported on code.google.com by cpbotha on 24 Aug 2008 at 8:33
Original issue reported on code.google.com by
cpbotha
on 24 Aug 2008 at 8:33