Re: [Paraview] Release 3.12 on Linux-x86_64

2011-11-15 Thread Michael Wild
Setting LD_DEBUG=files or LD_DEBUG=libs sometimes helps finding the cause for issues like these: LD_DEBUG=files /opt/ParaView-3.10.1-Linux-x86_64/bin/paraview Above command should print all the libraries being loaded. You'll have to watch out for Qt libraries outside of /opt/ParaView-3.10.1-Linux

[Paraview] Paraview 3.12.0 64 bits : pvpython 32 bit ?

2011-11-15 Thread Aurélien Marsan
Hello, When executing the pvpython shell of the Pataview 3.12.0 64 bits binary release, one can at the top pf the window : "Python 2.7.2 ... MSC v.1500 32 bit (Intel) on win32". Though, I'm running on windows 7, 64 bits. Does that mean that only 32 bit binaray release of Paraview are available ?

Re: [Paraview] Paraview 3.12.0 64 bits : pvpython 32 bit ?

2011-11-15 Thread Aurélien Marsan
Sorry, just saw that a solved topic on the same subject already exists, entitled "[Paraview] ParaView-3​.12.0-Win6​4-x86.exe for Win32?" Le 15 novembre 2011 09:25, Aurélien Marsan a écrit : > Hello, > > When executing the pvpython shell of the Pataview 3.12.0 64 bits binary > release, one can

[Paraview] import failed in Programmable Filter

2011-11-15 Thread Aurélien Marsan
Hi all, Here is something I am really in trouble to understand. I'm running Paraview 3.12.0 64 bits on windows 7 64 bits. When I open the python shell, the job stays deadlocked at the (automatic) import " from paraview.simple import * " Though, when running the pvpython executable, and doing the

Re: [Paraview] import failed in Programmable Filter

2011-11-15 Thread Aurélien Marsan
Some tests more : It is OK with the previous Win64 release, the 3.10.1. So I will use this one for now... Doesn't anyone noticed the same behavior of the python shell in the 3.12.0 Win64 binary release ? Aurelien Le 15 novembre 2011 12:51, Aurélien Marsan a écrit : > Hi all, > > Here is somet

Re: [Paraview] import failed in Programmable Filter

2011-11-15 Thread Utkarsh Ayachit
I believe it's not deadlock, but the prompt is not shown. Just start typing or hit enter. We'll addess this bug in the next release. Utkarsh 2011/11/15 Aurélien Marsan : > Hi all, > > Here is something I am really in trouble to understand. > > I'm running Paraview 3.12.0 64 bits on windows 7 64 b

[Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-15 Thread Jorge Gerardo Peña Pastor
Hello, I've managed to run a Paraview based application created with Paraview 3.8.1 using Paraview 3.12, but one of my filters is reporting an error it didn't before. My vtkAlgorithm is a sub-class of vtkImageAlgorithm, which as a result of processing the input data generates a new vtkImageData w

Re: [Paraview] Paraview 3.12.0 64 bits : pvpython 32 bit ?

2011-11-15 Thread David Partyka
Yeah, just redownload the 64bit binary. Somehow the wires got crossed when generating the 32bit/64bit windows binaries. 2011/11/15 Aurélien Marsan > Sorry, just saw that a solved topic on the same subject already exists, > entitled "[Paraview] ParaView-3​.12.0-Win6​4-x86.exe for Win32?" > > > >

Re: [Paraview] Problems with Delaunay3D

2011-11-15 Thread Fred Fred
Delaunay3D is supposed to compute a tetraedralization of a domain, I suspect your intend was to compute a triangulation and you need vtkDelaunay. Date: Tue, 15 Nov 2011 17:08:56 +0100 From: richschm...@web.de To: paraview@paraview.org Subject: [Paraview] Problems with Delaunay3D Dear all, I

Re: [Paraview] Problems with Delaunay3D

2011-11-15 Thread Fred Fred
Sorry you need vtkDelaunay2D actually. From: stan1...@hotmail.fr To: richschm...@web.de; paraview@paraview.org Date: Tue, 15 Nov 2011 17:24:40 +0100 Subject: Re: [Paraview] Problems with Delaunay3D Delaunay3D is supposed to compute a tetraedralization of a domain, I suspect your intend w

Re: [Paraview] Problems with Delaunay3D

2011-11-15 Thread RichSchmidt
Thank you!Where can I actually find this Filter? It's not included in my alphabetical list.Von: "Fred Fred" Gesendet: 15.11.2011 17:25:23An: richschm...@web.de, paraview@paraview.orgBetreff: RE: [Paraview] Problems with Delaunay3DSorry you need vtkDelaunay2D actually.From: stan1...@hotmail.frTo: ri

Re: [Paraview] Problems with Delaunay3D

2011-11-15 Thread Fred Fred
It is in mine, at letter "D" just above Delaunay3D. Date: Tue, 15 Nov 2011 17:38:47 +0100 From: richschm...@web.de To: stan1...@hotmail.fr; paraview@paraview.org Subject: Re: [Paraview] Problems with Delaunay3D Thank you! Where can I actually find this Filter? It's not included in my alphabet

Re: [Paraview] Python Proogrammable Filter - Get Proxy

2011-11-15 Thread Markus Fuger
Hi Pat, thank you for the fast help! As mentioned I am still beginner with ParaView and do not know all the insights from ParaView. Furthermore I have to say that at the moment (we are just beginning to use ParaView) both the server and the client do run on the same machine (but in the future

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-15 Thread Simon Su
Hi All, Yumin, thanks for the input. you are right. its something else. I only have VS2010 installed. Just to see if it will be different, I installed the service pack 1 for VS2010 and recompiled qt and ParaView with MS MPI and Python support. The problem went away. ParaView 64bit I compiled is w

[Paraview] How to extract the boundary of an unstructured grid?

2011-11-15 Thread Fred Fred
Is there a filter - typically inherited from vtkUnstructuredGridToPolyDataFilter but I did not see any - to extract the boundary of an unstructured grid as a polydata set?Same question for a structured grid BTW. _

Re: [Paraview] How to extract the boundary of an unstructured grid?

2011-11-15 Thread Cory Quammen
The Extract Surface filter in ParaView is probably what you want. - Cory On Tue, Nov 15, 2011 at 4:06 PM, Fred Fred wrote: > Is there a filter - typically inherited from > vtkUnstructuredGridToPolyDataFilter but I did not see any - to extract the > boundary of an unstructured grid as a polydata