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

Re: [IronPython] CustomSymbolDictionary question

2009-03-02 Thread R. Bear Smith
[email protected]] 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 Jimmy Schementi
com] On Behalf Of R. Bear Smith Sent: Monday, March 02, 2009 11:54 AM To: [email protected] 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 insta

[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 on