Re: [Ironpython-users] ipy 2.7.4 problem with platform.win32_ver()

2013-11-03 Thread Jeff Hardy
On Sun, Nov 3, 2013 at 8:55 PM, Slide wrote: > Can you file an issue on this on CodePlex? Also, the code is at line 237 in Languages/IronPython/IronPython/Modules/sys.cs ([1]) if someone would like to attempt a fix. ISTM there's no easy way to get the Service Pack major/minor from .NET; for full

Re: [Ironpython-users] Licensing

2013-11-03 Thread Jeff Hardy
On Sun, Nov 3, 2013 at 9:22 PM, Slide wrote: > For issue 22138 [1], it would be very helpful to be able to use and ship > IKVM.Reflection.dll, What licenses are we wanting these days? Apache 2 or BSD-ish. No GPL. LGPL, maybe, but I'd prefer not. It looks like IKVM.Reflection is BSD so that would

[Ironpython-users] Licensing

2013-11-03 Thread Slide
For issue 22138 [1], it would be very helpful to be able to use and ship IKVM.Reflection.dll, What licenses are we wanting these days? slide 1 - https://ironpython.codeplex.com/workitem/22138 -- Website: http://earl-of-code.com ___ Ironpython-users m

Re: [Ironpython-users] ipy 2.7.4 problem with platform.win32_ver()

2013-11-03 Thread Slide
Can you file an issue on this on CodePlex? On Sun, Nov 3, 2013 at 9:45 PM, Peter Schwalm wrote: > Hello, > > if I call platform.win32_ver() with ipy 2.7.4 I get the following > exception: > > IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.1008 (32-bit) > Type "help", "copyright", "credits" or "

[Ironpython-users] ipy 2.7.4 problem with platform.win32_ver()

2013-11-03 Thread Peter Schwalm
Hello, if I call platform.win32_ver() with ipy 2.7.4 I get the following exception: IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.1008 (32-bit) Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> x = platform.win32_ver() Traceback (most recent call last

[Ironpython-users] IronPython, Daily Digest 11/2/2013

2013-11-03 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] SystemError when launching script under pdb with backslash in script path (CPython issue #7750) -- ISSUES 1. [New issue] SystemE