[IronPython] CustomSymbolDictionary question

2009-03-02 Thread R. Bear Smith
Hi all, I have a situation where I need to run a script many times with a different scope each time. I want to be able to substitute an instance of a class each time it is asked for. For example, x = MyCSharpClass() Using CustomSymbolDictionary I am able to store the class created

Re: [IronPython] CustomSymbolDictionary question

2009-03-02 Thread Jimmy Schementi
Smith Sent: Monday, March 02, 2009 11:54 AM To: users@lists.ironpython.com Subject: [IronPython] CustomSymbolDictionary question Hi all, I have a situation where I need to run a script many times with a different scope each time. I want to be able to substitute an instance of a class each time

Re: [IronPython] CustomSymbolDictionary question

2009-03-02 Thread R. Bear Smith
...@lists.ironpython.com] On Behalf Of Jimmy Schementi Sent: Monday, March 02, 2009 3:10 PM To: Discussion of IronPython Subject: Re: [IronPython] CustomSymbolDictionary question So, if I understand this right, you have user code, which you need to run each time first ... and then your code which you

Re: [IronPython] CustomSymbolDictionary question

2009-03-02 Thread Dino Viehland
. Bear Smith Sent: Monday, March 02, 2009 12:38 PM To: 'Discussion of IronPython' Subject: Re: [IronPython] CustomSymbolDictionary question What I am trying to do is run a user script over and over. Each time it runs there will be different data in the object model that they access to compute