Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread darnold992000
Thank you, Ivan. I (obviously) hadn't encountered reference params from the Ironpython side before.It all makes perfect sense, now. Don ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-use

Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread darnold992000
Don ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread Ivan Pozdeev
> Hi! I'm having trouble understanding some weird behavior when trying to use > an object defined in a third-party assembly. > When I view the assembly in Object Explorer, I see that the CosEvent class > defines two constructors. > One parameterless: > > public CosEvent() > Member of Cos.C

Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread Ivan Pozdeev
RTFM http://ironpython.net/documentation/dotnet/dotnet.html#ref-and-out-parameters . -Original Message- From: Don Arnold Sent: Wednesday, April 30, 2014 0:39 To: ironpython-users@python.org Cc: Subject: [Ironpython-users] issue creating object from third-party assembly Hi! I'm having

Re: [Ironpython-users] IronPython 2.7.5 Bug List

2014-04-29 Thread Jeff Hardy
On Tue, Apr 29, 2014 at 6:30 PM, Slide wrote: > Is this the PLW that is mentioned? > https://bitbucket.org/vinay.sajip/pylauncher/src I think it lives in the main CPython tree now: http://hg.python.org/cpython/file/tip/PC/launcher.c. - Jeff ___ Ironpyt

[Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread Don Arnold
Hi! I'm having trouble understanding some weird behavior when trying to use an object defined in a third-party assembly. When I view the assembly in Object Explorer, I see that the CosEvent class defines two constructors. One parameterless: public CosEvent() Member of Cos.Core.EMS.CosEven

Re: [Ironpython-users] IronPython 2.7.5 Bug List

2014-04-29 Thread Slide
Is this the PLW that is mentioned? https://bitbucket.org/vinay.sajip/pylauncher/src On Mon, Apr 28, 2014 at 4:17 PM, Jeff Hardy wrote: > 2.7.5 Beta 2 is a bit behind schedule because there are a bunch of > things I'd like to see fixed before releasing it. The list is at > http://bit.ly/1gbwn7O;

[Ironpython-users] IronPython, Daily Digest 4/28/2014

2014-04-29 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Support all encodings CPython does for _codecs.encode and _codecs.decode 2. [New comment] LookupError:unknown error handler name 'ignore' / 'unicode_internal' / 'idna' 3. [