Re: [IronPython] SourceCodeKind.Statements versus SourceCodeKind.InteractiveCode

2008-12-06 Thread Dan Eloff
On Sat, Dec 6, 2008 at 6:33 PM, Jeff Slutter <[EMAIL PROTECTED]> wrote: > I'm working on getting an interactive script console into my > application. Information on how to do this is a bit hard to find but I > came across an app.py by Jim Hugunin showing how to do it with Silverlight. You may find

Re: [IronPython] SourceCodeKind.Statements versus SourceCodeKind.InteractiveCode

2008-12-06 Thread Dino Viehland
33 PM > To: Discussion of IronPython > Subject: [IronPython] SourceCodeKind.Statements versus > SourceCodeKind.InteractiveCode > > I'm working on getting an interactive script console into my > application. Information on how to do this is a bit hard to find but I > came across an

[IronPython] SourceCodeKind.Statements versus SourceCodeKind.InteractiveCode

2008-12-06 Thread Jeff Slutter
I'm working on getting an interactive script console into my application. Information on how to do this is a bit hard to find but I came across an app.py by Jim Hugunin showing how to do it with Silverlight. I based my C# app around that and have something working pretty well. I'm always using Sou