Re: [Paraview] seeking pvpython debugging hints

2018-05-30 Thread Sgouros, Thomas
Hi Utkarsh: It did help, though I wonder why it couldn't tell me what array was the problem. The error messages from deep in the bowels of pvpython are pretty mysterious. But enough carping -- thank you! -Tom On Wed, May 30, 2018 at 10:23 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com>

Re: [Paraview] seeking pvpython debugging hints

2018-05-30 Thread Utkarsh Ayachit
That, I think, should be an easy fix. Please free free to report a quick issue on the issue tracker. Such things are easier to fix when there are issues listed as otherwise it's easy to forget. Thanks Utkarsh On Wed, May 30, 2018 at 11:51 AM Sgouros, Thomas wrote: > Hi Utkarsh: > It did help,

Re: [Paraview] seeking pvpython debugging hints

2018-05-30 Thread Sgouros, Thomas
Ok, 18211. That ok? Thanks, -Tom On Wed, May 30, 2018 at 11:55 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > That, I think, should be an easy fix. Please free free to report a quick > issue on the issue tracker. Such things are easier to fix when there are > issues listed as

Re: [Paraview] seeking pvpython debugging hints

2018-05-30 Thread Utkarsh Ayachit
Yes, that's fine. Thanks. On Wed, May 30, 2018 at 3:21 PM Sgouros, Thomas wrote: > Ok, 18211. That ok? > Thanks, >-Tom > On Wed, May 30, 2018 at 11:55 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: >> That, I think, should be an easy fix. Please free free to report a quick >>

[Paraview] ParaView Discourse is now live

2018-05-30 Thread Cory Quammen
Hello ParaView community, Following up on our previous discussion about transitioning the ParaView mailing lists to Discourse, we now have a Discourse instance ready to use to discuss all things ParaView. You can find it at https://discourse.paraview.org/ You can sign up for the web site using

Re: [Paraview] CMake error from VTKConfig.cmake

2018-05-30 Thread Christoph GrĂ¼ninger
Dear Utkarsh, thanks for the hint, adding `-DVTK_USE_SYSTEM_LZMA:BOOL=ON`, it helped. Now I get another linker error: [ 259s] /home/abuild/rpmbuild/BUILD/ParaView-v5.5.0/VTK/ThirdParty/libharu/vtklibharu/src/hpdf_page_operator.c:2280: undefined reference to `sincos' I found some hints that

[Paraview] seeking pvpython debugging hints

2018-05-30 Thread Sgouros, Thomas
Hello all: Does anyone have helpful hints to offer about how to debug errors like these? Some array of mine is out of range, but I don't know what array it's talking about, and don't really see how to find out. To my knowledge the change in my code that triggered this has nothing to do with any