Re: [Paraview] External execution of python code related to paraview

2010-07-09 Thread Sebastien Jourdain
Instead of launching the graphical interface of ParaView, you can launch the pvpython executable which is a python shell from where you should be able to execute your script. And I think you can directly provide a script as argument so you should be able to execute your script in one command line.

Re: [Paraview] External execution of python code related to paraview

2010-07-09 Thread Utkarsh Ayachit
Also, you can directly use a regular python interpretor so long as the the environment is setup correctly. Refer to: http://www.paraview.org/Wiki/ParaView/EnvironmentSetup Utkarsh On Fri, Jul 9, 2010 at 8:50 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Instead of launching the

[Paraview] External execution of python code related to paraview

2010-07-08 Thread rhushabh
Hi, Thanks a lot for all the help given before. Please could you tell me that can I open run the python code from outside paraview (without opening any instance of paraview), and get the output images(snapshots/full 3-D images) after execution of the code. Thank You in advance Rhushabh