Any idea if python will respect that call too?<br><br>Pat<br><br><div class="gmail_quote">On Fri, Jun 4, 2010 at 10:15 AM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;ve committed a fix. Attached is the patch for the same.<br>
<br>
commit 3f4904f94224ef3a6c03989a012c4484a759a607<br>
Author: Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>
Date:   Fri Jun 4 10:14:30 2010 -0400<br>
<br>
    setlocale to avoid locale related numeric issues.<br>
<br>
    Refer to <a href="http://www.paraview.org/pipermail/paraview/2009-August/013278.html" target="_blank">http://www.paraview.org/pipermail/paraview/2009-August/013278.html</a><br>
    thread for details.<br>
<font color="#888888"><br>
<br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Fri, Jun 4, 2010 at 9:50 AM, Berk Geveci &lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt; wrote:<br>
&gt; Thanks Takuya. We&#39;ll take care of it.<br>
&gt;<br>
&gt; 2010/6/4 Takuya OSHIMA &lt;<a href="mailto:oshima@eng.niigata-u.ac.jp">oshima@eng.niigata-u.ac.jp</a>&gt;:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt;&gt; This seems to be related to the way the LOCALE is set on your system. It is<br>
&gt;&gt;&gt; probably set to French in one case and English in the other. Does anybody know<br>
&gt;&gt;&gt; if we can force LOCALE to English in the ParaView application or the reader?<br>
&gt;&gt;<br>
&gt;&gt; Indeed, forcing the locale where the PV application runs under to C<br>
&gt;&gt; was what I proposed a while ago, which failed to draw attention:<br>
&gt;&gt; <a href="http://www.paraview.org/pipermail/paraview/2009-August/013278.html" target="_blank">http://www.paraview.org/pipermail/paraview/2009-August/013278.html</a><br>
&gt;&gt;<br>
&gt;&gt; I&#39;d really appreciate if the PV developers reconsider this.<br>
&gt;&gt;<br>
&gt;&gt; Takuya<br>
&gt;&gt;<br>
&gt;&gt; Takuya OSHIMA, Ph.D.<br>
&gt;&gt; Faculty of Engineering, Niigata University<br>
&gt;&gt; 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; From: Berk Geveci &lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;<br>
&gt;&gt; Subject: Re: [Paraview] Write and read a vtk file (in python)<br>
&gt;&gt; Date: Fri, 4 Jun 2010 09:25:02 -0400<br>
&gt;&gt;<br>
&gt;&gt;&gt; &gt; 1) reading :<br>
&gt;&gt;&gt; &gt; ------------<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; from a vtkStructuredGrid object, I use a vtkStructuredGridWriter to create a<br>
&gt;&gt;&gt; &gt; vtk file, and I have the following problem :<br>
&gt;&gt;&gt; &gt; when I launch the script in Paraview, the format of floating points is not<br>
&gt;&gt;&gt; &gt; good (I obtain for example 33,1632 instead of 33.1632). So, the file created<br>
&gt;&gt;&gt; &gt; is not readable by Paraview. If I launch the script directly in a terminal,<br>
&gt;&gt;&gt; &gt; it works fine. Perhaps because the version of vtk module is not the same ?<br>
&gt;&gt;&gt; &gt; If I use the binary format I have not this problem.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This seems to be related to the way the LOCALE is set on your system. It is<br>
&gt;&gt;&gt; probably set to French in one case and English in the other. Does anybody know<br>
&gt;&gt;&gt; if we can force LOCALE to English in the ParaView application or the reader?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; 2) writing :<br>
&gt;&gt;&gt; &gt; ------------<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;  I would like to read my vtk files from the python shell, with<br>
&gt;&gt;&gt; &gt; OpenDataFile(), but It didn&#39;t succeed and I have the following message (with<br>
&gt;&gt;&gt; &gt; a file which can be read in paraview using menu open of course :-) :<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Unless I am mistaken, you give the filename directly to OpenDataFile(),<br>
&gt;&gt;&gt; without FileName=.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -berk<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; /home/plumecoq/tmp/ParaView/flow_1_0075.vtk<br>
&gt;&gt;&gt; &gt; Traceback (most recent call last):<br>
&gt;&gt;&gt; &gt;  File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;&gt;&gt; &gt;  File &quot;/home/plumecoq/EHPOC/plugins/ElsaMenu/elsa.py&quot;, line 91, in &lt;module&gt;<br>
&gt;&gt;&gt; &gt;    main()<br>
&gt;&gt;&gt; &gt;  File &quot;/home/plumecoq/EHPOC/plugins/ElsaMenu/elsa.py&quot;, line 73, in main<br>
&gt;&gt;&gt; &gt;    reader_vtk = OpenDataFile(file_name_vtk)<br>
&gt;&gt;&gt; &gt;  File<br>
&gt;&gt;&gt; &gt; &quot;/home/plumecoq/Paraview/ParaView-3.8.0-bin/Utilities/VTKPythonWrapping/paraview/simple.py&quot;,<br>
&gt;&gt;&gt; &gt; line 115, in OpenDataFile<br>
&gt;&gt;&gt; &gt;    reader = globals()[xml_name](FileName=filename, **extraArgs)<br>
&gt;&gt;&gt; &gt;  File<br>
&gt;&gt;&gt; &gt; &quot;/home/plumecoq/Paraview/ParaView-3.8.0-bin/Utilities/VTKPythonWrapping/paraview/simple.py&quot;,<br>
&gt;&gt;&gt; &gt; line 542, in CreateObject<br>
&gt;&gt;&gt; &gt;    setattr(px, param, params[param])<br>
&gt;&gt;&gt; &gt;  File<br>
&gt;&gt;&gt; &gt; &quot;/home/plumecoq/Paraview/ParaView-3.8.0-bin/Utilities/VTKPythonWrapping/paraview/servermanager.py&quot;,<br>
&gt;&gt;&gt; &gt; line 201, in __setattr__<br>
&gt;&gt;&gt; &gt;    &quot;to add this attribute.&quot;)<br>
&gt;&gt;&gt; &gt; AttributeError: Attribute FileName does not exist.  This class does not<br>
&gt;&gt;&gt; &gt; allow addition of new attributes to avoid mistakes due to typos. Use<br>
&gt;&gt;&gt; &gt; add_attribute() if you really want to add this attribute.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; any ideas ? I try to use LegacyVTKFileReader instead, but I have also some<br>
&gt;&gt;&gt; &gt; problems.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I use a re-compile version of Paraview 3.8, under Linux (Fedora 10 - 64<br>
&gt;&gt;&gt; &gt; bits)<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; thanks for your help.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Jérôme<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <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: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>