Also, try changing the backslashes to forward slashes.<br><br>Pat<br><br><div class="gmail_quote">On Tue, Jul 6, 2010 at 9:10 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Try putting the file under &quot;c:\temp&quot; does that help?<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Tue, Jul 6, 2010 at 9:01 AM, llapis Pencil &lt;<a href="mailto:llapispencil@yahoo.es">llapispencil@yahoo.es</a>&gt; wrote:<br>
&gt; hi again,<br>
&gt;<br>
&gt; I tried to run the script through the python shell, but it still comes up<br>
&gt; errors. The error message is the following:<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt;<br>
&gt; File &quot;&lt;string&gt;&quot;, line 3, in &lt;module&gt;<br>
&gt;<br>
&gt; File &quot;C:\Archivos de programa\ParaView<br>
&gt; 3.8.0-RC2\lib\paraview-3.8\paraview\simple.py&quot;, line 109, in OpenDataFile<br>
&gt;<br>
&gt; raise RuntimeError, &quot;File not readable: %s &quot; % filename<br>
&gt;<br>
&gt; RuntimeError: File not readable: C:\Documents and Settings\Nit@\Mis<br>
&gt; documentos\stuttgart\hiwi\outputtk\output\out1-1.vtk<br>
&gt;<br>
&gt; Does someone knows why is still not working? It seems that it can not read<br>
&gt; the vtk files. I tried different many details like change &quot; for &#39;or putting<br>
&gt; only the filename (not the whole file extension). The Render should be<br>
&gt; reffered to somewhere or it&#39;s ok with an empty ( ) ? or it&#39;s a problem of<br>
&gt; the file type?<br>
&gt;<br>
&gt; #The python script is the following:<br>
&gt;<br>
&gt; from paraview.simple import *<br>
&gt;<br>
&gt; reader1 = OpenDataFile(&#39;C:\Documents and Settings\output\out1-1.vtk&#39;)<br>
&gt; reader2 = OpenDataFile(&#39;C:\Documents and Settings\output\out1-2.vtk&#39;)<br>
&gt; reader3 = OpenDataFile(&#39;C:\Documents and Settings\output\out1-3.vtk&#39;)<br>
&gt; reader4 = OpenDataFile(&#39;C:\Documents and Settings\output\out1-4.vtk&#39;)<br>
&gt;<br>
&gt; Show(reader1)<br>
&gt; Show(reader2)<br>
&gt; Show(reader3)<br>
&gt; Show(reader4)<br>
&gt;<br>
&gt;<br>
&gt; Render()<br>
&gt;<br>
&gt; #############<br>
&gt;<br>
&gt; Thanks again<br>
&gt;<br>
&gt;<br>
&gt; ----- Mensaje reenviado ----<br>
&gt; De: Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>
&gt; Para: llapis Pencil &lt;<a href="mailto:llapispencil@yahoo.es">llapispencil@yahoo.es</a>&gt;<br>
&gt; CC: PARAVIEW &lt;<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>&gt;<br>
&gt; Enviado: jue,1 julio, 2010 16:18<br>
&gt; Asunto: Re: [Paraview] 1 script open different vtk files<br>
&gt;<br>
&gt; I believe you are trying to &quot;open&quot; the python script as a data-file<br>
&gt; from File |Open menu-option. To run a python script from the GUI, you<br>
&gt; open the Python shell from &quot;Tools | Python Shell&quot; menu and then click<br>
&gt; &quot;Run Script&quot; on the bottom-left corner to load the script to run.<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Wed, Jun 30, 2010 at 6:46 AM, llapis Pencil &lt;<a href="mailto:llapispencil@yahoo.es">llapispencil@yahoo.es</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt; hi again,<br>
&gt;&gt;<br>
&gt;&gt; thanks for the response. So i understand i have to create a file<br>
&gt;&gt; contraining<br>
&gt;&gt; this information (reffering to my files) to open it later directly with<br>
&gt;&gt; Paraview. Which type of file should be? because i tried many files and<br>
&gt;&gt; still<br>
&gt;&gt; not work. Paraview ask me to chose a reader to open it. Maybe I should<br>
&gt;&gt; know<br>
&gt;&gt; also which reader. Here is the information contained in the file to be<br>
&gt;&gt; open.<br>
&gt;&gt;<br>
&gt;&gt; from paraview.simple import *<br>
&gt;&gt;<br>
&gt;&gt; reader1 = OpenDataFile(“out1-1.vtk”)<br>
&gt;&gt; reader2 = OpenDataFile(&quot;out1-2.vtk&quot;)<br>
&gt;&gt; reader3 = OpenDataFile(“out1-3.vtk”)<br>
&gt;&gt; reader4 = OpenDataFile(&quot;out1-4.vtk&quot;)<br>
&gt;&gt;<br>
&gt;&gt; Show(reader1)<br>
&gt;&gt; Show(reader2)<br>
&gt;&gt; Show(reader3)<br>
&gt;&gt; Show(reader4)<br>
&gt;&gt;<br>
&gt;&gt; Render()<br>
&gt;&gt;<br>
&gt;&gt; ________________________________<br>
&gt;&gt; De: Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>
&gt;&gt; Para: llapis Pencil &lt;<a href="mailto:llapispencil@yahoo.es">llapispencil@yahoo.es</a>&gt;<br>
&gt;&gt; CC: PARAVIEW &lt;<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>&gt;<br>
&gt;&gt; Enviado: mié,23 junio, 2010 16:08<br>
&gt;&gt; Asunto: Re: [Paraview] 1 script open different vtk files<br>
&gt;&gt;<br>
&gt;&gt; # for paraview 3.8.0 or greater.<br>
&gt;&gt;<br>
&gt;&gt; from paraview.simple import *<br>
&gt;&gt;<br>
&gt;&gt; reader1 = OpenDataFile(“file1”)<br>
&gt;&gt; reader2 = OpenDataFile(&quot;file2&quot;)<br>
&gt;&gt; ....<br>
&gt;&gt; Show(reader1)<br>
&gt;&gt; Show(reader2)<br>
&gt;&gt; ...<br>
&gt;&gt;<br>
&gt;&gt; Render()<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 23, 2010 at 9:35 AM, llapis Pencil &lt;<a href="mailto:llapispencil@yahoo.es">llapispencil@yahoo.es</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi again,<br>
&gt;&gt;&gt; thanks for the response. Now my question is how can i create a script<br>
&gt;&gt;&gt; which<br>
&gt;&gt;&gt; tells PARAVIEW to open a certain number of vtk files at once and<br>
&gt;&gt;&gt; visualize<br>
&gt;&gt;&gt; them all together?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanx one more time<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&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;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&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;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&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;&gt;<br>
&gt;<br>
&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<br>
&gt; <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:<br>
&gt; <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>
&gt;<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>
</div></div></blockquote></div><br>