[Ironpython-users] IronPython 2.7.5 ensurepip error

2014-12-19 Thread Daniel Fernandez
Hi All, I am getting an error calling ensurepip. I got it working on of my systems but I can getting the following error c:\IronPython27>ipy.exe -X:Frames -m ensurepip Unhandled exception: Traceback (most recent call last): File "c:\IronPython27\Lib\runpy.py", line 175, in run_module Fi

Re: [Ironpython-users] How to call parameterless overload of generic method?

2014-12-19 Thread Jeff Hardy
On Fri, Dec 19, 2014 at 12:38 PM, Markus Schaber wrote: > Hi, > > The attached C# file demonstrates a small problem we currently encountered > using IronPython 2.7.4: > > We have a C# method which has two overloads - one is parameterless, and the > other one has a single out parameter. > > For n

[Ironpython-users] How to call parameterless overload of generic method?

2014-12-19 Thread Markus Schaber
Hi, The attached C# file demonstrates a small problem we currently encountered using IronPython 2.7.4: We have a C# method which has two overloads - one is parameterless, and the other one has a single out parameter. For non-generic methods, it is possible to call both variants when calling wi