[Paraview] Is there a way to get the Paraview version from within a python script in batch?

2011-08-24 Thread Albina, Frank
Dear All! Is there a way to get the paraview version from within a python script? I could get the underlying VTK version with paraview.vtk.vtkVersion.GetVTKVersion(), but I could not manage to achieve the same with the paraview version, although it pops up to the output when performing: from

Re: [Paraview] Is there a way to get the Paraview version from within a python script in batch?

2011-08-24 Thread Utkarsh Ayachit
pxm = servermanager.ProxyManager() pxm.GetVersionMajor() pxm.GetVersionMinor() pxm.GetVersionPatch() pxm.GetParaViewSourceVersion() Utkarsh On Wed, Aug 24, 2011 at 8:28 AM, Albina, Frank frank.alb...@sauber-motorsport.com wrote: Dear All! Is there a way to get the paraview version from

Re: [Paraview] Is there a way to get the Paraview version from within a python script in batch?

2011-08-24 Thread Eric E. Monson
Hello Frank, This still seems to work fine: http://www.paraview.org/pipermail/paraview/2009-August/013421.html -Eric · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · Eric E Monson Duke Visualization Technology Group On Aug 24, 2011, at 8:28 AM, Albina, Frank wrote: