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