我按照IronPython的說明安裝了Enthought的NumPy implementation。非致命IronPython 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
如何解決這些例外?
看起來它可能是我的IronPython版本:2.7.2.1,因爲numpy是爲特定的ipy版本構建的。 – 2012-04-05 21:55:22
我已經降級到IronPython 2.7,但是在VS2011中拋出了相同的異常並且啓動需要10秒。太長了。 – 2012-04-06 09:06:54