paraviewに含まれるpythonシェルの基本機能をインポートしたかった。私は試した:
import os
os.chdir('/path/to/my/directory')
import hello_world
結果を得ました:
Traceback (most recent call last):
File "<console>", line 1, in <module>
NameError: name 'hello_world' is not defined
ディレクトリに hello_world.py がある間...