Not sure if other people have seen this. Using Python from Homebrew on Mac
OS X 10.10, got the same error on two different Macs.
Python 2.7.9 (default, Dec 19 2014, 06:00:59)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
>>> from paraview.simple import *
Traceback (most recent call last):
File "<console>", line 1, in <module>
File
"/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/simple.py",
line 39, in <module>
import servermanager
File
"/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",
line 3184, in <module>
__initialize()
File
"/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",
line 3175, in __initialize
c = Connection(iter.GetCurrentSessionId(), iter.GetCurrentSession())
File
"/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",
line 1932, in __init__
_createModules(self.Modules)
File
"/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",
line 2564, in _createModules
m.filters = createModule('filters')
File
"/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",
line 2626, in createModule
if (prop.GetInformationOnly() and propName != "TimestepValues" ) \
AttributeError: 'NoneType' object has no attribute 'GetInformationOnly'
>>>
Thanks for any suggestion.
Matei
_______________________________________________
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
Search the list archives at: http://markmail.org/search/?q=ParaView
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview