我按照他们的说明为 IronPython安装了 Enthought 的NumPy 实现。
一切似乎都有效,包括import numpy
and import scipy
,但是在 IronPython 程序中使用这些语句会导致以下异常:
A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in IronPython.dll
A first chance exception of type 'System.MissingMemberException' occurred in Microsoft.Dynamic.dll
A first chance exception of type 'System.MissingMemberException' occurred in IronPython.dll
A first chance exception of type 'IronPython.Runtime.Exceptions.TypeErrorException' occurred in Snippets.debug.scripting
如何解决这些异常?