Re: [Ironpython-users] Latest status on ctypes?

2013-03-06 Thread Jeff Hardy
On Wed, Mar 6, 2013 at 7:12 AM, Doug Blank wrote: >> It shouldn't even be trying to load libpython, since IronPython won't >> be able to do anything sensible with it. That said, it should still >> load, but I have no idea why it's not. Which OS are you using? And >> which version of Mono? > > I'm

Re: [Ironpython-users] Latest status on ctypes?

2013-03-06 Thread Doug Blank
On Tue, Mar 5, 2013 at 3:41 PM, Jeff Hardy wrote: > On Tue, Mar 5, 2013 at 6:12 AM, Doug Blank wrote: >> Looks like there are at least two issues: one where the platform is >> not known (and doesn't know what low level library to open), but the >> lower level issue seems to be: >> >> $ mono ./ipy

[Ironpython-users] IronPython, Daily Digest 3/5/2013

2013-03-06 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Conversion from Ironpython's Decimal to System.Decimal loses precision. -- ISSUES 1. [New comment] Conversion from Ironpython'