<div dir="ltr">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. <div><br></div><div><div>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(0,150,0)">Python 2.7.9 (default, Dec 19 2014, 06:00:59) </span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(0,150,0)">[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(0,0,0)">>>> </span><span style="font-family:Courier;font-size:13pt;color:rgb(0,0,150)">from paraview.simple import *</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">Traceback (most recent call last):</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "<console>", line 1, in <module></span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/simple.py", line 39, in <module></span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">    import servermanager</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py", line 3184, in <module></span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">    __initialize()</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py", line 3175, in __initialize</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">    c = Connection(iter.GetCurrentSessionId(), iter.GetCurrentSession())</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py", line 1932, in __init__</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">    _createModules(self.Modules)</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py", line 2564, in _createModules</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">    m.filters = createModule('filters')</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">  File "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py", line 2626, in createModule</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">    if (prop.GetInformationOnly() and propName != "TimestepValues" ) \</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(255,0,0)">AttributeError: 'NoneType' object has no attribute 'GetInformationOnly'</span></p>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(0,0,0)">>>> </span></p><p style="margin:0px">Thanks for any suggestion. <br></p><p style="margin:0px"><br></p><p style="margin:0px">Matei</p><p style="margin:0px"><br></p></div></div></div>