<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi all,</div>

<div> </div>

<div>I recently compiled the latest version of Paraview and try to port a post processing script to the new version of paraview. I previously used</div>

<div>"reader = OpenDataFile(cdict)" to read OpenFOAM case data, however it now returns the following error</div>

<div> </div>

<div>
<div>/usr/lib/python2.7/dist-packages/paraview/simple.py in OpenDataFile(filename, **extraArgs)<br/>
    561     reader_factor = servermanager.vtkSMProxyManager.GetProxyManager().GetReaderFactory()<br/>
    562     if reader_factor.GetNumberOfRegisteredPrototypes() == 0:<br/>
--> 563       reader_factor.RegisterPrototypes(session, "sources")<br/>
    564     first_file = filename<br/>
    565     if type(filename) == list:</div>

<div>AttributeError: RegisterPrototypes</div>

<div> </div>

<div> </div>

<div>What could  be the reason for that?</div>

<div> </div>

<div>Thanks a lot</div>

<div>Gregor</div>

<div> </div>

<div> </div>
</div></div></body></html>