Re: [Paraview] Paraview: python script from the command line

2010-05-06 Thread Robert Maynard
I have updated the bug with my testing. I was unable to reproduce on Windows 7 64bit and Linuxwith 3.8.0RC1 and Git Head. Tested reverse connection as both manual and command startup. Can you confirm that the reverse server setting is saved in one of the pvsc files

Re: [Paraview] Paraview: python script from the command line

2010-05-06 Thread Rick Angelini
I've done some testing, and I agree that it does appear to be working correctly with 3.8.0RC1 and with a recent build of 3.9.0. I tested with --state= and --script= and both are behaving correctly. I'd say that this ticket can be closed. Robert Maynard wrote: I have updated the bug with

Re: [Paraview] Paraview: python script from the command line

2010-03-29 Thread Utkarsh Ayachit
Ah! But of course :). I am adding it to the bug tracker. http://paraview.org/Bug/view.php?id=10480 Utkarsh On Fri, Mar 26, 2010 at 1:44 PM, Rick Angelini rick.angel...@us.army.mil wrote: Utkarsh - this also works well under some circumstances, but leave it to the customers to figure out how to

Re: [Paraview] Paraview: python script from the command line

2010-03-26 Thread Rick Angelini
Utkarsh - this also works well under some circumstances, but leave it to the customers to figure out how to break it. If we startup paraview: paraview --server=Host --script=myscript.py And Host is a reverse-connection, the python script executes locally without waiting for the remote

Re: [Paraview] Paraview: python script from the command line

2010-03-24 Thread Mark Olesen
On Tue, 2010-03-23 at 19:23 -0400, Utkarsh Ayachit wrote: I've added a new --script option to specify python script to be run on startup. This is a bit off-topic, but got me thinking about command-line options again. Would there be a way to specify multiple '--data=...' on the command-line?

Re: [Paraview] Paraview: python script from the command line

2010-03-24 Thread Utkarsh Ayachit
Feel free to add a feature request for that on the bug tracker. http://paraview.org/Bug Utkarsh On Wed, Mar 24, 2010 at 3:58 AM, Mark Olesen mark.ole...@faurecia.com wrote: On Tue, 2010-03-23 at 19:23 -0400, Utkarsh Ayachit wrote: I've added a new --script option to specify python script to

Re: [Paraview] Paraview: python script from the command line

2010-03-19 Thread Utkarsh Ayachit
That's a reasonable request. We don't have such an option currently. Let me see if I can add it before 3.8. Utkarsh On Fri, Mar 19, 2010 at 3:42 PM, Rick Angelini rick.angel...@us.army.mil wrote: Is there a way to startup paraview and have it run a python script from the command line?   I know

Re: [Paraview] Paraview: python script from the command line

2010-03-19 Thread Rick Angelini
Do I still get the GUI if I us pvpython or vtkpython? I'm looking to jumpstart the Paraview GUI using a python script. Andy Bauer wrote: You're probably looking for pypython but vtkpython may also work. On Fri, Mar 19, 2010 at 3:42 PM, Rick Angelini rick.angel...@us.army.mil

Re: [Paraview] Paraview: python script from the command line

2010-03-19 Thread Andy Bauer
You're probably looking for pypython but vtkpython may also work. On Fri, Mar 19, 2010 at 3:42 PM, Rick Angelini rick.angel...@us.army.milwrote: Is there a way to startup paraview and have it run a python script from the command line? I know that I can load a state with the --state flag.

Re: [Paraview] Paraview: python script from the command line

2010-03-19 Thread Andy Bauer
No, you won't get the paraview gui with pvpython or vtkpython. On Fri, Mar 19, 2010 at 3:50 PM, Rick Angelini rick.angel...@us.army.milwrote: Do I still get the GUI if I us pvpython or vtkpython? I'm looking to jumpstart the Paraview GUI using a python script. Andy Bauer wrote: You're