Re: [Paraview] Using ParaviewWeb examples

2018-02-19 Thread Aron Helser
Hi Tom, The ParaviewWeb examples always live in a sub-directory of the component they illustrate - so here, this is the Composite example, so '..' just refers to 'Composite'. If you look in the left menu, you can see that 'Composite' is grouped into ' Component/Native'. That's the directory it's

Re: [Paraview] How to interrupt macros/Python script ?

2018-03-30 Thread Aron Helser
How does the debugger interact with python scripts in ParaView? In debugging stand-alone scripts, I'll often insert: import pdb; pdb.set_trace() to trigger the debugger. I suspect you might be able to use 'rdbg' and use that connection? -Aron On Fri, Mar 30, 2018 at 4:36 AM, Mathieu Westphal <

Re: [Paraview] ParaView-Superbuild Win10 Errors

2018-03-28 Thread Aron Helser
(exit code 1181) with > the following output: > LINK : fatal error LNK1181: cannot open input file 'quat\quat.lib' > [158/254] Linking CXX shared library gpsnmealib\gpsnmea.dll > > I checked for quat.lib but there is only quat.dll in the superbuild > folder. Is there a flag to set f

Re: [Paraview] Conversion error

2018-03-20 Thread Aron Helser
Hi Nitisha, It's hard to know what the problem might be without knowing what steps you are taking to convert the files - please provide some more details. I would guess it's a problem in the conversion software, not ParaView. Regards, Aron On Mon, Mar 19, 2018 at 5:50 PM, Nitisha Ahuja