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