Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-14 Thread David E DeMarle
utkarsh.ayac...@kitware.com] > *Sent:* Thursday, September 10, 2015 2:40 PM > *To:* Dorier, Matthieu > *Cc:* David E DeMarle; paraview@paraview.org > > *Subject:* Re: [Paraview] Problem with number of arguments in a Python > Catalyst script > > Looks like edition is not suffi

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Dorier, Matthieu
Sent: Thursday, September 10, 2015 2:40 PM To: Dorier, Matthieu Cc: David E DeMarle; paraview@paraview.org Subject: Re: [Paraview] Problem with number of arguments in a Python Catalyst script Looks like edition is not sufficient for the visualization you're putting together. Is it possibl

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Utkarsh Ayachit
*Sent:* Thursday, September 10, 2015 11:18 AM > *To:* Utkarsh Ayachit; David E DeMarle > *Cc:* paraview@paraview.org > *Subject:* RE: [Paraview] Problem with number of arguments in a Python > Catalyst script > > Thanks, adding the argument removed the error, but now I have anot

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Dorier, Matthieu
, Matthieu Sent: Thursday, September 10, 2015 11:18 AM To: Utkarsh Ayachit; David E DeMarle Cc: paraview@paraview.org Subject: RE: [Paraview] Problem with number of arguments in a Python Catalyst script Thanks, adding the argument removed the error, but now I have another one: ERROR: In /

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Dorier, Matthieu
of arguments in a Python Catalyst script Matthieu, That's indeed the case: try adding a `cinema={}` argument to the script. Dave, can we fix this please? Scripts generated from 4.3.1 should work with 4.4 too. Utkarsh On Thu, Sep 10, 2015 at 12:05 PM, Dorier, Matthieu mailto:mdor...@an

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Utkarsh Ayachit
Matthieu, That's indeed the case: try adding a `cinema={}` argument to the script. Dave, can we fix this please? Scripts generated from 4.3.1 should work with 4.4 too. Utkarsh On Thu, Sep 10, 2015 at 12:05 PM, Dorier, Matthieu wrote: > Hi, > > I generated a script for in situ visualization wi

[Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Dorier, Matthieu
Hi, I generated a script for in situ visualization with Catalyst. When running it in situ, I get the following error: TypeError: RegisterView() takes exactly 9 arguments (8 given) The line in question in the script is: coprocessor.RegisterView(renderView1, filename='image_%t.png', freq=1, f