Stef Mientki wrote: > hello, > > I've GUI tree with drag and drop nodes, > where each nodes contains a code snippet. > Now I want to run one or more branches in that tree, > so I enumerate over the nodes and have to run something like this: > > execfile ( node1 ) > execfile ( node2 ) > etc.. > > Now how do I pass the workspace created in node1, to node 2, etc ? > > thanks, > Stef Mientki >
RTFM! In particular: http://docs.python.org/lib/built-in-funcs.html#l2h-26 Gary Herron -- http://mail.python.org/mailman/listinfo/python-list