Re: [IronPython] Workaround for -i

2005-12-05 Thread Edward K. Ream
> Shouldn't the -i option actually be stopping IronPython from exiting Right. That's why opening IronPython from a console is a workaround, not a fix. Edward Edward K. Ream email: [EMAIL PROTECTED] Leo: http://webpages.char

Re: [IronPython] Debugging

2005-12-05 Thread Martin Maly
Jacques, thank you for more details about the issues you are having with IronPython,   The reason you see the 'report an error to MS' dialog is our change in exception handling that I described earlier. We are going to fix it for the next release and display the exceptions coming from running

Re: [IronPython] IronPython and serializing object and a few questions

2005-12-05 Thread Martin Maly
Hello Mikołaj, > Mikolaj Dawidowski Wrote: > Hello all, > > 1. How to serialize IronPython objects? IronPython doesn't yet come with all built-in modules. We keep adding few of these with each release, but marshal and support for pickle has not yet been implemented. Some of our customers were

Re: [IronPython] Debugging

2005-12-05 Thread J. de Hooge
Martin,   Thanks for your reaction. My problems with error reports seem to go beyond what you mention. A brief example of what I mean is below:   lotsOfCodeAndImports_dummy = 'allKindsOfInterestingCodeThatMayStillContainBugsIncludingImportsOfModulesThatMayAlsoStillContainBugs'   n

[IronPython] IronPython and serializing object and a few questions

2005-12-05 Thread Mikołaj Dawidowski
Hello all, .NET and IronPython +WPF is a great combination. Looking forward to use its final version I started educating myself on those 3 and have some questions: 1. How to serialize IronPython objects? I have some apps written in "normal" Python and use gnosis.xml.pickle to save and load data