[Paraview] Different Python startup error message

John Biddiscombe biddisco at cscs.ch
Tue Jul 15 03:53:24 EDT 2008


I get this one now. Is there an abvious reason why 'filters' would fail 
to create. Do I need to look through the xml for some typo ?

Any tips welcome. Thanks

JB


Python 2.3.4 (#1, May 26 2007, 19:27:46)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
 >>> from paraview import servermanager
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File 
"/project/csvis/biddisco/build/pv-shared/Utilities/VTKPythonWrapping/paraview/servermanager.py", 
line 1870, in ?
    _createModules()
  File 
"/project/csvis/biddisco/build/pv-shared/Utilities/VTKPythonWrapping/paraview/servermanager.py", 
line 1570, in _createModules
    filters = createModule('filters')
  File 
"/project/csvis/biddisco/build/pv-shared/Utilities/VTKPythonWrapping/paraview/servermanager.py", 
line 1600, in createModule
    iter = PropertyIterator(proto)
  File 
"/project/csvis/biddisco/build/pv-shared/Utilities/VTKPythonWrapping/paraview/servermanager.py", 
line 871, in __init__
    self.SMIterator = aProxy.NewPropertyIterator()
AttributeError: 'NoneType' object has no attribute 'NewPropertyIterator'
 >>>




More information about the ParaView mailing list