Re: [Paraview] Call Python function with parallel reader without pvbatch directly

2016-01-27 Thread Tim Gallagher
misunderstand something and my simple example doesn't replicate the system properly? Tim - Original Message - From: "Andy Smith" <agsmith...@gmail.com> To: paraview@paraview.org Sent: Tuesday, January 26, 2016 11:10:34 PM Subject: [Paraview] Call Python function with

[Paraview] Call Python function with parallel reader without pvbatch directly

2016-01-26 Thread Andy Smith
I'd like to use a driver Python script to call a Python function within a module that uses ParaView to read a file in parallel and I was wondering the best way to go about this. A little background: The file structure is something like this: mypythonpackage/ scripts/ my_driver_script.py