Sometimes I create a scene from the Python Interpreter,
let's say:
import mayavi
v=mayavi.mayavi()
d = v.open_vtk('paths.vtk',0)
m = v.load_module('PolyData',0)
and then decide that I want to use a different module
or different data, other than paths.vtk.
How can I delete (from the interpreter) the module
or the data file?
Jaime
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
