<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffff99" text="#000000">
Le 04/06/2010 14:43, Favre Jean a &eacute;crit&nbsp;:
<blockquote
 cite="mid:AB48A31C4EC97E498F4235B7CEF74A194AAA92132E@MBX00.d.ethz.ch"
 type="cite">
  <pre wrap="">
AttributeError: Attribute FileName does not exist.  This class does not
allow addition of new attributes to avoid mistakes due to typos. Use
add_attribute() if you really want to add this attribute.


You are missing the attribute FileName

Follow the example at the bottom of the page <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView/Python_Scripting">http://paraview.org/Wiki/ParaView/Python_Scripting</a>

and type:

reader_vtk = OpenDataFile(FileName=file_name_vtk)

  </pre>
</blockquote>
thanks, but the method OpenDataFile() takes "1 non-keyword argument"...<br>
<br>
J&eacute;r&ocirc;me<br>
</body>
</html>