我正在尝试在我的IronPython项目中使用Scipy, 据说SciPy包使用了Cpython的堆栈帧检测功能,默认情况下这些功能在IronPython中没有启用,所以我们必须使用
ipy -X:Frames -c“import scipy”
在命令提示符下,或在Visual Studio中我们必须转到
tools / options / python tools / interactive windows /
并在解释器选项中键入“-X:Frames”
但在Visual Studio中我总是得到错误“断言失败”(我把图像的链接放在下面),这迫使VS关闭
http://tinypic.com/r/287i5c1/6
有什么建议吗? 提前谢谢