Hi all, The following error popped up when trying to run pvpython at a terminal(Bash):
>>> from paraview.simple import * --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /usr/lib/paraview/site-packages/paraview/servermanager.pyc in _proxyDefinitionsUpdated(caller, event) 2920 added or proxys are registered. We need to ensure that we update the 2921 modules only when definitions have changed.""" -> 2922 if vtkSMObject.GetProxyManager().GetProxyDefinitionsUpdated(): 2923 updateModules() 2924 AttributeError: GetProxyDefinitionsUpdated --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /usr/lib/paraview/site-packages/paraview/servermanager.pyc in _proxyDefinitionsUpdated(caller, event) 2920 added or proxys are registered. We need to ensure that we update the 2921 modules only when definitions have changed.""" -> 2922 if vtkSMObject.GetProxyManager().GetProxyDefinitionsUpdated(): 2923 updateModules() 2924 AttributeError: GetProxyDefinitionsUpdated Any help is appreciated, and I have Paraview 3.8 running at Ubuntu 10.10. Ken
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview