how to pass the workspace ?

Gary Herron gherron at islandtraining.com
Tue Mar 11 21:36:39 EDT 2008


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




More information about the Python-list mailing list