<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I recently built and installed paraview 4.1 on my mac with the intention of doing python scripting but when I save a trace and try to run it using pvpython, I get the following error messages. But looking at the trace, I see that it does not reference the file it is loading as you can see here </div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">TEST_00000_xmf = XDMFReader()</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div>
<div style="font-family:arial,sans-serif;font-size:13px">The XDMFReader argument is empty</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br>
</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Below is error message on terminal</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>Traceback (most recent call last):</div><div>  File "fracture.py", line 5, in <module></div>
<div>    TEST_00000_xmf = XDMFReader( FileName='/Users/chukwudichukwudozie/Desktop/vf-chevron/ValidationTests/TEST.00000.xmf' )</div><div>  File "/Applications/ParaView.app/Contents/Python/paraview/simple.py", line 1183, in CreateObject</div>
<div>    SetProperties(px, **params)</div><div>  File "/Applications/ParaView.app/Contents/Python/paraview/simple.py", line 374, in SetProperties</div><div>    raise AttributeError("object has no property %s" % param)</div>
<div>AttributeError: object has no property FileName</div><div>wireless-10-146-16-226:Python chukwudichukwudozie$ pvpython fracture.py </div><div>ERROR: In /Users/chukwudichukwudozie/softwares/ParaView/VTK/IO/Xdmf2/vtkXdmfReader.cxx, line 189</div>
<div>vtkXdmfReader (0x7fe7d58b7800): File name not set</div><div><br></div><div>ERROR: In /Users/chukwudichukwudozie/softwares/ParaView/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754</div><div>vtkPVCompositeDataPipeline (0x7fe7d58bd3a0): Algorithm vtkFileSeriesReader(0x7fe7d58bb620) returned failure for request: vtkInformation (0x7fe7d58bebd0)</div>
<div>  Debug: Off</div><div>  Modified Time: 148835</div><div>  Reference Count: 1</div><div>  Registered Events: (none)</div><div>  Request: REQUEST_DATA_OBJECT</div><div>  ALGORITHM_AFTER_FORWARD: 1</div><div>  FORWARD_DIRECTION: 0</div>
<div><br></div><div><br></div><div><br></div><div>ERROR: In /Users/chukwudichukwudozie/softwares/ParaView/VTK/IO/Xdmf2/vtkXdmfReader.cxx, line 189</div><div>vtkXdmfReader (0x7fe7d58b7800): File name not set</div><div><br>
</div><div>ERROR: In /Users/chukwudichukwudozie/softwares/ParaView/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754</div><div>vtkPVCompositeDataPipeline (0x7fe7d58b9e20): Algorithm vtkXdmfReader(0x7fe7d58b7800) returned failure for request: vtkInformation (0x7fe7d58c1730)</div>
<div>  Debug: Off</div><div>  Modified Time: 148843</div><div>  Reference Count: 1</div><div>  Registered Events: (none)</div><div>  Request: REQUEST_DATA_OBJECT</div><div>  ALGORITHM_AFTER_FORWARD: 1</div><div>  FORWARD_DIRECTION: 0</div>
<div><br></div><div><br></div><div><br></div><div>ERROR: In /Users/chukwudichukwudozie/softwares/ParaView/VTK/IO/Xdmf2/vtkXdmfReader.cxx, line 189</div><div>vtkXdmfReader (0x7fe7d58b7800): File name not set</div><div><br>
</div><div>ERROR: In /Users/chukwudichukwudozie/softwares/ParaView/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754</div><div>vtkPVCompositeDataPipeline (0x7fe7d58b9e20): Algorithm vtkXdmfReader(0x7fe7d58b7800) returned failure for request: vtkInformation (0x7fe7d58c1730)</div>
<div>  Debug: Off</div><div>  Modified Time: 148843</div><div>  Reference Count: 1</div><div>  Registered Events: (none)</div><div>  Request: REQUEST_DATA_OBJECT</div><div>  ALGORITHM_AFTER_FORWARD: 1</div><div>  FORWARD_DIRECTION: 0</div>
</div><div><br></div>Chuks</div>