[Paraview] basic python paraview setup question

2009-01-23 Thread Sreejith Kuttanikkad
Dear Paraview, I can't get python scripting working with paraview. I have downloaded paraview binary 3.4.0 for linux and set pythonpath by export PYTHONPATH=/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview/:/home/sree/paraview-3.4.0/bin/ in .bashrc file and in python when i printed the paths

Re: [Paraview] basic python paraview setup question

2009-01-23 Thread Peter Brady
Hi Sreejith, I'm not sure if the paraview binaries are built with python scripting enabled. (the default, when I've compiled it on my machine, is that it is disabled) In that case you need to compile from source and turn on python scripting. To check you could probably do a search for

Re: [Paraview] basic python paraview setup question

2009-01-23 Thread Moreland, Kenneth
First, I would like to mention that the ParaView binaries come with a program called pvpython that is basically just a python interpreter with the paths set up. That said, I understand that it is not always practical to use pvpython in lieu of the default python interpreter, so to actually

Re: [Paraview] basic python paraview setup question

2009-01-23 Thread Sreejith Kuttanikkad
On Fri, Jan 23, 2009 at 5:40 PM, Moreland, Kenneth kmo...@sandia.govwrote: First, I would like to mention that the ParaView binaries come with a program called pvpython that is basically just a python interpreter with the paths set up. That said, I understand that it is not always practical

Re: [Paraview] basic python paraview setup question

2009-01-23 Thread Moreland, Kenneth
Sorry. I was looking at my development build because I don't have the release installed on my system right now. Try removing the final paraview from the lib directory path. export PYTHONPATH=/home/sree/paraview-3.4.0/lib/paraview-3.4:/home/sree/paraview-3.4.0/bin -Ken On 1/23/09 9:45 AM,