Re: [Paraview] problems using pvbatch in frozen build

2016-07-11 Thread Utkarsh Ayachit
On Mon, Jul 11, 2016 at 1:36 PM, Burlen Loring wrote: > certainly seems like a bug worth fixing. let me know if you want me to start > a bug report. That'd be great. Thanks, Burlen. ___ Powered by www.kitware.com Visit other

Re: [Paraview] problems using pvbatch in frozen build

2016-07-11 Thread Burlen Loring
certainly seems like a bug worth fixing. let me know if you want me to start a bug report. On 07/08/2016 01:19 PM, Burlen Loring wrote: Thanks Utakarsh. It sounds like it may be possible to work around the issue by not importing the lookuptable module from simple. However, it's "import math"

Re: [Paraview] problems using pvbatch in frozen build

2016-07-08 Thread Utkarsh Ayachit
I got over such problems by delaying importing of those modules until needed. They are not needed for most common use-cases. See: https://gitlab.kitware.com/paraview/paraview/commit/3af48fffd924bf5ffd11f576a261ef4eb3ff5897 On Tue, Jul 5, 2016 at 2:35 PM, Burlen Loring wrote: >

[Paraview] problems using pvbatch in frozen build

2016-07-05 Thread Burlen Loring
Hi All, I'm encountering some issues when trying to use pvbatch from a frozen build(PARAVIEW_FREEZE_PYTHON=ON). Seems that certain key python modules are missing.ie math. However, I can use Python shell feature in the GUI from the same build. Do we have any idea about what may be wrong with