Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 OSX 上安装了 paraview 的二进制发行版。运行它时,我可以从 Tools -> Python Shell 访问 python 解释器。但是,我无法确定需要将哪些库添加到 PYTHONPATH 才能直接从 Python 访问 VTK 和 Paraview 功能。
当然,我可以自己编译源代码分发,但这会花费很多时间。有任何想法吗?
我的答案基于最近从 CVS 构建的 Paraview 3.9.0。但是,如果您添加以下内容,您应该能够直接从常规 Python 访问 ParaView:
<Paraview-Bld-Directory>/Utilities/VTKPythonWrapping/site-packages <Paraview-Bld-Directory>/bin
到你的PYTHONPATH变量。
PYTHONPATH
当您尝试二进制分发时,这种方法是否无效?抱歉,如果您手工构建,我不确定如何解释您对它的工作的评论。