MantisBT - ParaView
View Issue Details
0008869ParaViewBugpublic2009-04-09 10:542009-09-09 22:03
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.6.23.6.2 
0008869: Easy way to report ParaView version from python
Users often run into issues with running scripts since they end up importing old versions of paraview (since it's in their path etc.) in their scripts. It would be great if we have have function that they can call that prints relevant information such as ParaView version, nightly stamp etc.

This must even be accessible through the GUI -- say the About dialog.
No tags attached.
Issue History
2009-04-09 10:54Utkarsh AyachitNew Issue
2009-04-09 10:54Utkarsh AyachitStatusbacklog => tabled
2009-04-09 10:54Utkarsh AyachitAssigned To => Berk Geveci
2009-05-13 13:45Utkarsh AyachitTarget Version => 3.6
2009-08-25 12:10Ken MorelandCategory => Bug
2009-08-25 12:10Ken MorelandTarget Version3.6 => 3.6.2
2009-09-02 11:43Utkarsh AyachitNote Added: 0017303
2009-09-05 15:17Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2009-09-05 15:18Utkarsh AyachitNote Added: 0017316
2009-09-05 15:18Utkarsh AyachitStatustabled => @80@
2009-09-05 15:18Utkarsh AyachitFixed in Version => 3.6.2
2009-09-05 15:18Utkarsh AyachitResolutionopen => fixed
2009-09-09 22:03Alan ScottNote Added: 0017367
2009-09-09 22:03Alan ScottStatus@80@ => closed

Notes
(0017303)
Utkarsh Ayachit   
2009-09-02 11:43   
Added GetParaViewSourceVersion() method to
vtkSMProxyManager that can be used to get the source version. Also when
paraview modules are imported, the paraview version is automatically printed
out.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- Servers/ServerManager/vtkSMProxyManager.cxx
new revision: 1.84; previous revision: 1.83
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.h,v <-- Servers/ServerManager/vtkSMProxyManager.h
new revision: 1.59; previous revision: 1.58
/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/paraview/servermanager.py,v <-- Utilities/VTKPythonWrapping/paraview/servermanager.py
new revision: 1.67; previous revision: 1.66
(0017316)
Utkarsh Ayachit   
2009-09-05 15:18   
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- Servers/ServerManager/vtkSMProxyManager.cxx
new revision: 1.80.2.2; previous revision: 1.80.2.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.h,v <-- Servers/ServerManager/vtkSMProxyManager.h
new revision: 1.53.2.1; previous revision: 1.53
/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/paraview/servermanager.py,v <-- Utilities/VTKPythonWrapping/paraview/servermanager.py
new revision: 1.49.2.5; previous revision: 1.49.2.4
(0017367)
Alan Scott   
2009-09-09 22:03   
Trusting Utkarsh to do it right!