<font color="#000000"><font face="arial,helvetica,sans-serif">Maybe this is not the cause, but <br></font></font>..../myfile.vtp<br>is not a correct path, it should read<br>../myfile.vtp or<br>../../myfile.vtp<br clear="all">
You might check your script. <br><br clear="all"><br style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">Best regards / Cordialmente,</span><br style="font-family:arial,helvetica,sans-serif">
<span style="font-family:arial,helvetica,sans-serif"><br></span><div><span style="font-family:arial,helvetica,sans-serif">William-Fernando Oquendo</span><div><div style="font-family:arial,helvetica,sans-serif">--------------------------</div>
<div style="font-family:arial,helvetica,sans-serif">Este correo puede carecer de tildes o eñes debido al teclado. </div><div style="font-family:arial,helvetica,sans-serif"><br></div></div></div><br>
<br><br><div class="gmail_quote">On Mon, Jun 4, 2012 at 6:52 AM, David Doria <span dir="ltr"><<a href="mailto:daviddoria@gmail.com" target="_blank">daviddoria@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote">On Mon, Jun 4, 2012 at 4:09 AM, Tuan Ha Tran <span dir="ltr"><<a href="mailto:tuan-ha.tran@insa-lyon.fr" target="_blank">tuan-ha.tran@insa-lyon.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi everybody,<br> I have a problem in opening a .vtp file.<br> When I opened from ParaView GUI, I managed to open it by choosing "Legacy VTK Files" (but this file is not marked as "vtkImageData" to be used with my filter)<br>
But when I used Python Shell and JavaScript Terminal then my .vtp file is marked "File not readable. No reader found for '..../myfile.vtp'.<br> I wondered if anybody have any idea what happened?<br> Thank you in advance<br>
</div></blockquote><div><br></div>Sounds like the contents of the file are not actually in vtp format (i.e. written with vtkXMLPolyDataWriter). Maybe you used vtkPolyDataWriter to write a .vtp instead of .vtk? Or if you are storing vtkImageData, you should have probably used vtkXMLImageDataWriter to write a .vti.<span class="HOEnZb"><font color="#888888"><br clear="all">
<br><div>David </div></font></span></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>