[IronPython] Global and Local ScriptScope

2009-01-06 Thread Caspar Lessing
Hello People I use an embedded instance of IronPython. My program spends effort to create a global context. It then continues to to execute statements inside a local context which need resolve the items in the global context as well. Think of python functions' local context and its interaction wit

Re: [IronPython] Global and Local ScriptScope

2009-01-06 Thread Caspar Lessing
o the other > ScriptScopes where you want to use them? This would be analogous to saying > "from pricy_scope import *" at the beginning of each module. > > On Tue, Jan 6, 2009 at 5:58 AM, Caspar Lessing > wrote: > >> Hello People >> >> I use an embedde

Re: [IronPython] Global and Local ScriptScope

2009-01-06 Thread Caspar Lessing
ScriptScopes which reference nested Scopes, there's no > guarantee that Python's name resolution would automatically work with this. > > > > You shouldn't need to define your own implementation of > IAttributesCollection. Can't you just use the SymbolDictionary defi