<div dir="ltr"><div>Here is one of my state files with associated error:<br><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(0,150,0)">Python 2.7.3 (default, Jun 16 2013, 20:21:46) [MSC v.1500 64 bit (AMD64)] on win32</span>
<p style="margin:0px;text-indent:0px"><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(0,0,150)">from paraview.simple import *</span></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(0,150,0)">paraview version 4.0.1</span></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(0,0,0)">&gt;&gt;&gt; </span></p><br><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(0,0,0)">&gt;&gt;&gt; </span><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(255,0,0)">Traceback (most recent call last):</span>
<p style="margin:0px;text-indent:0px"><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(255,0,0)">  File &quot;&lt;string&gt;&quot;, line 5, in &lt;module&gt;</span></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:&#39;Courier&#39;;font-size:8.25pt;color:rgb(255,0,0)">NameError: name &#39;CreateRenderView&#39; is not defined</span></p><br>Could it have anything to do with Python version? ParaView seems to be using Python 2.7.3 which i guess comes with ParaView. Is ParaView using its own Python?<br>
<br>I am saying this because by default I have  Python 3.2.5 installed.<br></div>any ideas?<br><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 October 2013 14:51, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That&#39;s odd. Mind sending me your script?<br>
<br>
On Wed, Oct 30, 2013 at 9:50 AM, Hedieh Ebrahimi<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:hedieh.ebrahimi@amphos21.com">hedieh.ebrahimi@amphos21.com</a>&gt; wrote:<br>
&gt; Hi Utkarsh,<br>
&gt;<br>
&gt; I also tried with loading the script from Python Shell,<br>
&gt;<br>
&gt; and It gives me this error on all my scripts.<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt;<br>
&gt; File &quot;&lt;string&gt;&quot;, line 13, in &lt;module&gt;<br>
&gt;<br>
&gt; NameError: name &#39;CreateRenderView&#39; is not defined<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Although it is created at line 13.<br>
&gt;<br>
&gt; RenderView1 = CreateRenderView()<br>
&gt;<br>
&gt;<br>
&gt; Any ideas on what is wrong with my script.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Hedieh<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 30 October 2013 14:42, Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Python state files cannot be loaded from &quot;Load State&quot; ( as I write<br>
&gt;&gt; this I realize that that is indeed a missing feature). You can  use<br>
&gt;&gt; the Python shell to load the script.<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Oct 30, 2013 at 8:34 AM, Hedieh Ebrahimi<br>
&gt;&gt; &lt;<a href="mailto:hedieh.ebrahimi@amphos21.com">hedieh.ebrahimi@amphos21.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi all,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am using ParaView 4.0.1 64 bit Release version.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; When i try to save a statefile as .py it saves correctly, but when I try<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; open the same state file again using the same ParaView i get the<br>
&gt;&gt; &gt; following<br>
&gt;&gt; &gt; error.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ERROR: In<br>
&gt;&gt; &gt; C:\DBD\pvs-x64\paraview\src\paraview\VTK\IO\XMLParser\vtkXMLParser.cxx,<br>
&gt;&gt; &gt; line<br>
&gt;&gt; &gt; 483<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; vtkPVXMLParser (000000000A864BC0): Error parsing XML in stream at line<br>
&gt;&gt; &gt; 1,<br>
&gt;&gt; &gt; column 0, byte index 0: syntax error<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Root does not exist. Either state file could not be opened or it does<br>
&gt;&gt; &gt; not<br>
&gt;&gt; &gt; contain valid xml<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; If I save my pipeline state as .pvsm file, I can re-open it correctly<br>
&gt;&gt; &gt; and I<br>
&gt;&gt; &gt; am just having this problem with .py state files.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Does anybody know how I could fix this problem?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks in Advance,<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;<br>
&gt;<br>
</div></div></blockquote></div><br></div>