fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Module for embedding arbitrary python,wx,vtk,itk,etc applications. #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by cpbotha on 14 Sep 2008 at 8:17