指示に従って、IronPython用のEnthoughtのNumPy実装をインストールしました。
import numpy
およびを含むすべてが機能しているように見え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
これらの例外を修正するにはどうすればよいですか?