嗨,我正在尝试弄清楚 catlist 和 paraview 一段时间。我试图在我的 paraview 上运行这些示例,但没有成功。 https://github.com/Kitware/ParaViewCatalystExampleCode 我想象至少 python 代码可以与 python shell 一起运行。但它似乎也不起作用。我在网上查看了所有的套件教程和其他一些教程。但仍然没有进展。任何帮助表示赞赏。
问问题
773 次
1 回答
1
You should be able to run all of the non-Python examples with CTest (i.e. ctest executable). I would suggest running CTest with the -v flag to get verbose output. This will show the command line used to run the examples. For the PythonFullExample, you can just run that with pvpython. Note that many of the executables take in a ParaView Catalyst Python script as a command line argument.
于 2014-10-22T19:20:32.343 回答