Re: [IronPython] deepcopy() in IRONPY

2008-03-28 Thread Pigneri, Rocco
_ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernd Viehmann Sent: Friday, March 28, 2008 7:32 AM To: Discussion of IronPython Subject: Re: [IronPython] deepcopy() in IRONPY Thanks much for the answers. The own implementation of copy is the best solution for me. It works. B

Re: [IronPython] deepcopy() in IRONPY

2008-03-28 Thread Bernd Viehmann
Thursday, March 27, 2008 9:56 AM > *To:* Discussion of IronPython > *Subject:* Re: [IronPython] deepcopy() in IRONPY > > > > We sort of have a similar problem with respect to IronPython tests – the > tests we ship on CodePlex need to run without dependencies on standard > C

Re: [IronPython] deepcopy() in IRONPY

2008-03-27 Thread Dave Fugate
If you replace 'deepcopy(x)' with 'copy(x)' below it should work:) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Fugate Sent: Thursday, March 27, 2008 9:56 AM To: Discussion of IronPython Subject: Re: [IronPython] deepcopy() in IRONPY We sort of have a

Re: [IronPython] deepcopy() in IRONPY

2008-03-27 Thread Dave Fugate
day, March 26, 2008 10:21 PM To: Discussion of IronPython Subject: Re: [IronPython] deepcopy() in IRONPY Hi Curt, thanks, but I am not allowed to install FePy on the Production-Server. So I need a solution with pure IronPython ;-). Regards Bernd 2008/3/26, Curt Hagenlocher <[EMAIL PROT

Re: [IronPython] deepcopy() in IRONPY

2008-03-27 Thread Michael Foord
Bernd Viehmann wrote: > Hi Curt, > > thanks, but I am not allowed to install FePy on the Production-Server. > So I need a solution with pure IronPython ;-). The CPython standard library, most of which works with IronPython, is just a bunch of Python files - which you could justifiably argue are

Re: [IronPython] deepcopy() in IRONPY

2008-03-27 Thread Douglas S. Blank
On Thu, March 27, 2008 1:21 am, Bernd Viehmann said: > Hi Curt, > > thanks, but I am not allowed to install FePy on the Production-Server. So > I > need a solution with pure IronPython ;-). Bernd, AFAIK, you should try to get the CPython libraries installed with IronPython, otherwise you're miss

Re: [IronPython] deepcopy() in IRONPY

2008-03-26 Thread Bernd Viehmann
Hi Curt, thanks, but I am not allowed to install FePy on the Production-Server. So I need a solution with pure IronPython ;-). Regards Bernd 2008/3/26, Curt Hagenlocher <[EMAIL PROTECTED]>: > > On Wed, Mar 26, 2008 at 8:04 AM, Bernd Viehmann > <[EMAIL PROTECTED]> wrote: > > > > How can i use

Re: [IronPython] deepcopy() in IRONPY

2008-03-26 Thread Curt Hagenlocher
On Wed, Mar 26, 2008 at 8:04 AM, Bernd Viehmann <[EMAIL PROTECTED]> wrote: > > How can i use the copy-module-functionality in ipy? Have you tried just using the py files that ship with CPython? You can get a distribution of IronPython that incorporates these files from Seo's FePy project at http:

[IronPython] deepcopy() in IRONPY

2008-03-26 Thread Bernd Viehmann
Hi, i am news to this list, so let me give a short introduction of myself. My name is Bernd from Aachen in Germany (near the border to Netherlands and Belgium) and I am working with python for some time now. In the moment i am shifting some of my old python-scripts into ironpython because the "no