All Questions
2 questions
14
votes
2
answers
9k
views
IronPython invocation from C# (with SciPy) fails with ImportException: "No module named mtrand"
I have a python library I am trying to use via IronPython (v2.7 RC1 [2.7.0.30]) invocation from C# application. The library uses NumPy and SciPy quite extensively, which does work with SciPy and NumPy ...
16
votes
2
answers
4k
views
Has anyone used SciPy with IronPython?
I've been able to use the standard Python modules from IronPython, but I haven't gotten SciPy to work yet. Has anyone been able to use SciPy from IronPython? What did you have to do to make it work?
...