[IronPython] loading an image in silverlight, in xaml, from the .xap

2008-07-11 Thread Dan Eloff
I cannot load an image from in the xap file via uri. This one has been bugging me for a long time now. I think it must have something to do with a difference between a Chiron xap and a VS built xap. Could someone on the silverlight team (Jimmy!) please take a look at the demo project and tell me

Re: [IronPython] How to get a System.Exception inside a IronPython except: clause

2008-07-11 Thread Dan Eloff
On Wed, Jul 9, 2008 at 4:33 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > Are you getting a TargetInvocationException and trying to get the stack trace > of that? Or is it just some normal exception kind? I'll have to look into > why calling FormatException isn't doing the right thing - that in

Re: [IronPython] Python Generation

2008-07-11 Thread Dino Viehland
FYI we just talked about this in our team meeting today and it looks like we'll bring this back for 2.0. We'll only bring back the generator side - that's pretty simple to port and it's not ugly like the parser and merging support is. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [IronPython] Embedded IronPython in .NET C# WinForm app error

2008-07-11 Thread Mitch Barnett
I was able to repro this error using the ParseInteractiveInput code sample from the IPy 1.1.1 help file and pasting this directly into a VS 2008 C# console project. The tutorial exercise that causes the error is Merlin the Wizard. Using the EngineOptions I was able to get more detail on the error