Re: [Ironpython-users] identifying cli implementation

2014-01-05 Thread Jeff Hardy
If os.name == 'posix' then you're on Mono (or some bizarro world where MS has a Unix .NET impl), but Mono on Windows will still have os.name == 'nt'. Vilibald's suggestion will work for now but it would be nice to have an easily usable built in under sys.implementation. - Jeff On Sat, Jan 4, 2014

[Ironpython-users] out, in and byref

2014-01-05 Thread Lee Chaplin
Hi, I am trying to understand IPY by converting some VB.NET code to IPY and I am stuck at some in/out and byref code. In summary in VB I've got the line: Call objEdge.GetFaces(NumFaces:=lngNumFaces, Faces:=objFaces) where Dim objFaces(1 To 2) As Geometry.Face Dim lngNumFaces As Long Public Sub Ge

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

2014-01-05 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] unicode.encode() returns wrong type -- ISSUES 1. [New issue] unicode.encode() returns wrong type http://ironpython.codeplex.com/w