gpt4 book ai didi

c# - 如何使用 –X :Frames in Ironpython?

转载 作者:太空狗 更新时间:2023-10-30 00:58:19 26 4
gpt4 key购买 nike

Visual Studio 2010 + Ironpython for .net4

我想在 ironpython 中使用 numpy,他们说我必须使用框架支持。因此,我应该在命令行上使用 -X:Frames 或 -X:FullFrames 运行 ipy。

但是,我有两个问题:1.如何在 Ironpython 交互式控制台中使用 -X:Frames 或 -X:FullFrames?

2.如果我使用 C# 4 加载包含 numpy 的 py,我如何使用外部参数,如 -X:Frames 或 -X:FullFrames?

非常感谢。

最佳答案

  1. 用于 Visual Studio 的 IronPython 工具已被用于 Visual Studio 的 Python 工具弃用(参见 http://pytools.codeplex.com )。在 VS 2010 中使用 Python 工具:打开 Tools=>Options=>Python Tools=>Interpreter Options 并将“-X:FullFrames”添加到“Interactive Window Options”字段。

  2. 当您通过 IronPython.Hosting.Python.CreateEngine 创建 IronPython 引擎时,使用接受字典 的重载。此字典参数需要将 FullFrames 键设置为 truePerformance of Mass-Evaluating Expressions in IronPython会给你一个好主意如何做到这一点。

关于c# - 如何使用 –X :Frames in Ironpython?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3078039/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com