Hi I just worked out what the problem was.
One file should be used to set up the pvsm and not the complete data set. cheers Sanjay ________________________________ From: David E DeMarle [[email protected]] Sent: 26 September 2014 19:26 To: Kharche, Sanjay Cc: [email protected] Subject: Re: [Paraview] PVBatch FindSource("h0001.vtk").FileNames ='h%04d.vtk' % (i) ... AttributeError: 'NoneType' object has no attribute 'FileNames' Means that FindSource("h0001.vtk") returned none. Do a print GetSources() to see what it might be instead of "h0001.vtk". Can you comment? thanks Sanjay _______________________________________________ Powered by www.kitware.com<http://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 Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
