[Ironpython-users] numpy dot net ndarray interface

2015-06-10 Thread Prevrhal, Sven
Hi all, I have succeeded in compiling the old numpy and scipy refactor projects and actually calling from a C# VS project. I am stuck at how the numpy ndarray array converts to a C# type. I tried IList but I got the error that it got an ndarray. But there is no ndarray C# type so what do I use?

[Ironpython-users] Error installing package with pip

2015-06-10 Thread Agustín Villavedra
Hello everyone, I posted this on github and got no answers, I found a similar posting here from January (https://mail.python.org/pipermail/ironpython-users/2015-January/017391.html) where no solution is mentioned so here I am. I get an error when I try to install a package via pip. I use ironp