<div dir="ltr">I do not have any plugin auto-loaded. Also I just tried now with the OS X default Python and I get the same errors. <div>Could be a 10.10 issue? I built ParaView on a 10.9 machine yesterday with no issues (ParaView from git, the release branch, 4.3.1). <br><div><br></div><div>Matei</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 26, 2015 at 2:10 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How was ParaView built? I am not sure if Homebrew Python is different<br>
from the one packaged in OsX, but binaries on <a href="http://paraview.org" target="_blank">paraview.org</a> are built<br>
using OsX default Python.<br>
<br>
Also, do you have any plugins that are  being auto-loaded? If you're<br>
running pvpython, try running with "-dr" argument. That will avoid<br>
loading any auto-load plugins. Does that help?<br>
<br>
Utkarsh<br>
<div><div class="h5"><br>
On Thu, Feb 26, 2015 at 3:03 PM, Matei Stroila <<a href="mailto:matei.stroila@gmail.com">matei.stroila@gmail.com</a>> wrote:<br>
> Not sure if other people have seen this. Using Python from Homebrew on Mac<br>
> OS X 10.10, got the same error on two different Macs.<br>
><br>
> Python 2.7.9 (default, Dec 19 2014, 06:00:59)<br>
><br>
> [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin<br>
><br>
>>>> from paraview.simple import *<br>
><br>
> Traceback (most recent call last):<br>
><br>
> File "<console>", line 1, in <module><br>
><br>
> File<br>
> "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/simple.py",<br>
> line 39, in <module><br>
><br>
> import servermanager<br>
><br>
> File<br>
> "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",<br>
> line 3184, in <module><br>
><br>
> __initialize()<br>
><br>
> File<br>
> "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",<br>
> line 3175, in __initialize<br>
><br>
> c = Connection(iter.GetCurrentSessionId(), iter.GetCurrentSession())<br>
><br>
> File<br>
> "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",<br>
> line 1932, in __init__<br>
><br>
> _createModules(self.Modules)<br>
><br>
> File<br>
> "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",<br>
> line 2564, in _createModules<br>
><br>
> m.filters = createModule('filters')<br>
><br>
> File<br>
> "/Users/mstroila/dev/build/ParaView/lib/site-packages/paraview/servermanager.py",<br>
> line 2626, in createModule<br>
><br>
> if (prop.GetInformationOnly() and propName != "TimestepValues" ) \<br>
><br>
> AttributeError: 'NoneType' object has no attribute 'GetInformationOnly'<br>
><br>
>>>><br>
><br>
> Thanks for any suggestion.<br>
><br>
><br>
> Matei<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
</blockquote></div><br></div>