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

2005-12-06 Thread Martin Maly
06, 2005 12:07 AMTo: users@lists.ironpython.comSubject: Re: [IronPython] IronPython and serializing object and a few questions Thank you very much for your answers.   I rebuild IronPython from source. It went very well and fast (it realy amazes me). And IronPythonConsole works

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

2005-12-06 Thread Martin Maly
ject: Re: [IronPython] IronPython and serializing object > and a few questions > > WinFx for .NET 2.0 RTM was released a couple weeks ago: > http://www.microsoft.com/downloads/details.aspx?familyid=E5376 > 297-DA10-4 > FC3-967D-38C96F767FC4&displaylang=en &g

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

2005-12-06 Thread Keith J. Farmer
WinFx for .NET 2.0 RTM was released a couple weeks ago: http://www.microsoft.com/downloads/details.aspx?familyid=E5376297-DA10-4 FC3-967D-38C96F767FC4&displaylang=en - Keith J. Farmer // [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

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

2005-12-06 Thread Mikołaj Dawidowski
Thank you very much for your answers.   I rebuild IronPython from source. It went very well and fast (it realy amazes me). And IronPythonConsole works now, great! I launched an WinForms sample, it worked too. However a crash ocurrs when trying running avalon sample.   I run tests from the

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

[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