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
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
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
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 "
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
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