pvpython cannot be used for interactive viz (generally), it mostly designed for batch. So it executes the script and then quits. Try adding a <div><br></div><div>raw_input()</div><div><br></div><div>at the end and the script will pause for input before exiting, giving you an opportunity to look at the rendered result. Generally you&#39;d edit the script to add WriteImage() or somethign similar to generate screenshots or save processed data out.</div>
<div><br></div><div>If you want to use it in an interactive fashion, you should stick with Python Shell in the GUI.</div><div><br></div><div>Utkarsh</div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Nov 1, 2011 at 10:13 AM, David Dupuis <span dir="ltr">&lt;<a href="mailto:david.dupuis@cadensimaging.com">david.dupuis@cadensimaging.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="FR-CA" link="blue" vlink="purple"><div><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">Sta.py is a Python state file I have created using “Save state” in the GUI. Yes, it needs to open the GUI and load the whole pipeline saved in the Python State file.</span></p>

<p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D"> </span></p><div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="FR" style="font-size:10.0pt">De :</span></b><span lang="FR" style="font-size:10.0pt"> Adriano Gagliardi [mailto:<a href="mailto:agagliardi@ara.co.uk" target="_blank">agagliardi@ara.co.uk</a>] <br>

<b>Envoyé :</b> 1 novembre 2011 10:07<br><b>À :</b> &#39;David Dupuis&#39;; &#39;Utkarsh Ayachit&#39;<br><b>Cc :</b> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br><b>Objet :</b> RE: [Paraview] Paraview Python scripting</span></p>

</div></div><div><div></div><div class="h5"><p class="MsoNormal"> </p><div><p class="MsoNormal"><span style="font-size:10.0pt;color:blue">What does sta.py do that it needs to open the GUI? Do you mean an X11 window?</span></p>

</div><div><p class="MsoNormal"> </p></div><p><span style="font-size:10.0pt">===================================<br><br>Adriano Gagliardi MEng PhD<br>Business Sector Leader<br>Computational Aerodynamics<br>Aircraft Research Association Ltd.<br>

Manton Lane<br>Bedford<br><br>Tel: 01234 32 4644<br>E-mail: <a href="mailto:agagliardi@ara.co.uk" target="_blank">agagliardi@ara.co.uk</a><br>Url: <a href="http://www.ara.co.uk" target="_blank">www.ara.co.uk</a> </span></p>
<div><p class="MsoNormal"> </p>
</div><p class="MsoNormal"> </p><div class="MsoNormal" align="center" style="text-align:center"><span lang="EN-US"><hr size="2" width="100%" align="center"></span></div><p class="MsoNormal" style="margin-bottom:12.0pt"><b><span lang="EN-US" style="font-size:10.0pt">From:</span></b><span lang="EN-US" style="font-size:10.0pt"> <a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a> [mailto:<a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a>] <b>On Behalf Of </b>David Dupuis<br>

<b>Sent:</b> 01 November 2011 14:00<br><b>To:</b> Utkarsh Ayachit<br><b>Cc:</b> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br><b>Subject:</b> Re: [Paraview] Paraview Python scripting</span><span lang="EN-US"></span></p>

<p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">Hello Utkarsh,</span></p><p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">The Python Shell works fine.</span></p>

<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">On the other hand, if you mean using  pvpython this way:</span></p>
<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">&gt;&gt; /home/david/ParaView-3.12.0-RC2-Linux-x86_64/bin/pvpython ./sta.py</span></p>
<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">It doesn’t work... The GUI will   flash  (open partially and shutdown quickly) and we cannot see anything...</span></p>

<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">Thanks again!</span></p><p class="MsoNormal"><span lang="EN-CA" style="font-size:11.0pt;color:#1F497D">David</span></p>

<p class="MsoNormal"> </p><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span lang="FR" style="font-size:10.0pt">De :</span></b><span lang="FR" style="font-size:10.0pt"> Utkarsh Ayachit [mailto:<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>] <br>

<b>Envoyé :</b> 1 novembre 2011 09:35<br><b>À :</b> David Dupuis<br><b>Cc :</b> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br><b>Objet :</b> Re: [Paraview] Paraview Python scripting</span></p>
</div><p class="MsoNormal">
 </p><p class="MsoNormal">Have you tried using the pvpython executable? It&#39;s sets up the environment correctly for you. Alternatively, from the GUI, you can open the Python Shell and and then use the &quot;Load Script&quot; button to load the script.</p>

<div><p class="MsoNormal"> </p></div><div><p class="MsoNormal" style="margin-bottom:12.0pt">Utkarsh</p><div><p class="MsoNormal">On Tue, Nov 1, 2011 at 9:28 AM, David Dupuis &lt;<a href="mailto:david.dupuis@cadensimaging.com" target="_blank">david.dupuis@cadensimaging.com</a>&gt; wrote:</p>

<div><div><p class="MsoNormal"><span lang="EN-CA">Hello,</span></p><p class="MsoNormal"> </p><p class="MsoNormal">
<span lang="EN-CA">I’m manipulating different dataset and for each of them I have a different setup (pipeline). I saved the state as a python file and plan to re-use the python state file to re-open the whole pipeline for each dataset. It seems that only *.psvm files can be loaded via   File -&gt; Load state  in Paraview. Is there a way to load a python state file? </span></p>

<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA">Here is what I tried to do so, but didn’t succeeded.</span></p>
<p class="MsoNormal"> </p><p><span lang="EN-CA">1- I followed the procedure for Paraview/Python scripting, and added PYTHONPATH in .bashrc:</span></p><p class="MsoNormal">
<span lang="EN-CA">export PYTHONPATH=&quot;/home/david/ParaView-3.12.0-RC2-Linux-x86_64/lib/paraview-3.12/site-packages/:/home/david/ParaView-3.12.0-RC2-Linux-x86_64/bin&quot;</span></p><p class="MsoNormal">
 </p><p class="MsoNormal"><span lang="EN-CA">* The only thing I can’t do is adding the path to =&quot;/home/david/ParaView-3.12.0-RC2-Linux-x86_64/Utilities/VTKPythonWrapping/site-packages  since I don’t have any  Utilities  folder in my Paraview directory. I believe this is required, but don’t know what to install and where to get it to have it...</span></p>

<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA">2- I tried to load the python state file via python with the setup described at step 1, but got the following error:</span></p>
<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA">&gt;&gt; python ./sta.py </span></p><p class="MsoNormal">
<span lang="EN-CA">Traceback (most recent call last):</span></p><p class="MsoNormal"><span lang="EN-CA">  File &quot;/home/david/CADv2/Patients/P1/Prone/sta.py&quot;, line 2, in &lt;module&gt;</span></p>
<p class="MsoNormal"><span lang="EN-CA">    except: from paraview.simple import *</span></p><p class="MsoNormal">
<span lang="EN-CA">  File &quot;/home/david/ParaView-3.12.0-RC2-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/simple.py&quot;, line 39, in &lt;module&gt;</span></p><p class="MsoNormal">
<span lang="EN-CA">    import servermanager</span></p><p class="MsoNormal"><span lang="EN-CA">  File &quot;/home/david/ParaView-3.12.0-RC2-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/servermanager.py&quot;, line 43, in &lt;module&gt;</span></p>

<p class="MsoNormal"><span lang="EN-CA">    import paraview, re, os, os.path, new, sys, vtk</span></p><p class="MsoNormal">
<span lang="EN-CA">  File &quot;/home/david/ParaView-3.12.0-RC2-Linux-x86_64/lib/paraview-3.12/site-packages/paraview/vtk/__init__.py&quot;, line 1, in &lt;module&gt;</span></p><p class="MsoNormal">
<span lang="EN-CA">    from vtkCommonPython import *</span></p><p class="MsoNormal"><span lang="EN-CA">ImportError: No module named vtkCommonPython</span></p><p class="MsoNormal">
 </p><p class="MsoNormal"><span lang="EN-CA">I have taken a look and there is no vtkCommonPython module on my machine. Is it part of the VTKPythonWrapping in Utilities?</span></p>
<p class="MsoNormal"> </p><p class="MsoNormal"><span lang="EN-CA">Thanks for helping me with this one.</span></p>
<p class="MsoNormal"><span lang="EN-CA">David</span></p><p class="MsoNormal"> </p><p class="MsoNormal">
 </p><p class="MsoNormal"> </p><p class="MsoNormal"><img border="0" width="216" height="86" src="cid:image001.gif@01CC987E.D67E89A0" alt="L_CadensImaging+rendering_C_gif"></p>
<p class="MsoNormal"> </p><p class="MsoNormal"><span style="font-size:9.0pt">DAVID DUPUIS</span></p><p class="MsoNormal">
<span style="font-size:9.0pt">Chef de produit | Product manager</span></p><p class="MsoNormal"> </p><p class="MsoNormal">
<span style="font-size:9.0pt">116 principale, suite 200 </span></p><p class="MsoNormal"><span style="font-size:9.0pt">Granby (Qubec), J2G 2V2</span></p><p class="MsoNormal">
<span lang="EN-CA" style="font-size:9.0pt">CANADA</span></p><p class="MsoNormal"> </p><p class="MsoNormal">
<span lang="EN-CA" style="font-size:9.0pt">T: <a href="tel:450.956.3456" target="_blank">450.956.3456</a> I Ext: 5114</span></p><p class="MsoNormal"><span lang="EN-CA" style="font-size:9.0pt">F: <a href="tel:450.991.3456" target="_blank">450.991.3456</a></span></p>

<p class="MsoNormal"><span style="font-size:9.0pt"><a href="mailto:david.dupuis@cadensimaging.com" target="_blank">david.dupuis@cadensimaging.com</a></span></p><p class="MsoNormal">
 </p><p class="MsoNormal"><b><span style="font-size:9.0pt">Avis :</span></b><span style="font-size:9.0pt"> Ce message est confidentiel et est à l&#39;usage exclusif de son destinataire.  Il est strictement interdit à toute autre personne de le diffuser, le distribuer ou le reproduire.  Si le destinataire ne peut être joint ou vous est inconnu, veuillez informer l&#39;expéditeur par courrier électronique immédiatement et effacer ce message et en détruire toute copie. Les communications par Internet sont exposées au risque d&#39;altération des données,  d&#39;autres erreurs de transmission et  la perte de confidentialité. Si vous désirez que nous communiquions avec vous par un autre moyen, veuillez nous en aviser.</span></p>

<p class="MsoNormal"> </p><p class="MsoNormal"><b><span lang="EN-CA" style="font-size:9.0pt">Notice:</span></b><span lang="EN-CA" style="font-size:9.0pt"> This message is confidential and is intended for the exclusive use of the addressee.  Any other person is strictly prohibited from disclosing, distributing or reproducing it.  If the addressee cannot be reached or is unknown to you, please inform the sender by return e-mail immediately and delete this message and destroy all copies. Internet communications are subject to the risk of data corruption, other transmission errors and loss of confidentiality. Please advise if you wish us to use a different method when communicating with you.</span></p>

<p class="MsoNormal"> </p></div></div><p class="MsoNormal" style="margin-bottom:12.0pt"><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></p></div><p class="MsoNormal"> </p></div>

<p>**********************************************************************<br>This email contains information that is private and confidential and is intended only for the addressee.<br>If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.<br>

Note: All email sent to or from this address may be accessed by someone other than the recipient, for<br>system management and security reasons.<br>Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office:<br>

Manton Lane, Bedford MK41 7PF England VAT No GB 196351245</p><p>**********************************************************************</p></div></div></div></div>
</blockquote></div><br></div>