The Dump.py script was designed using the old python interface to paraview. 3.2 introduced the new servermanager python interface, and nobody has developed a new Dump.py that works with it.<br><br><div class="gmail_quote">
On Nov 29, 2007 6:36 AM, Sylvester Gerardson &lt;<a href="mailto:sylvester.gerardson@gmail.com">sylvester.gerardson@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jordi,<br><br>Your Dump.py script looks like a tool that could be really useful to me.<br>However, when using the script with PV3.2.0 (with several sources and<br>filters created) I only get the output listed below (and which doesn&#39;t even
<br>run).<br>Do you know what am I doing wrong?<br><br>Thanks you.<br><br>Regards,<br>Sylvester<br><br><br>#!/usr/local/bin/pvpython<br># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;script&gt;.py<br>import paraview
<br>if &nbsp; &nbsp; paraview.ActiveConnection == None : CONSOLE = True<br>else &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : CONSOLE = False<br>if CONSOLE: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # init Conn and<br>RenderM<br> &nbsp;paraview.ActiveConnection
 = paraview.Connect()<br> &nbsp;renderM = paraview.CreateRenderWindow()<br>else:<br> &nbsp;renders = paraview.pyProxyManager().GetProxiesInGroup(&quot;multirendermodule&quot;,<br><br>paraview.ActiveConnection)<br> &nbsp;renderM = renders.values
()[0].GetRenderModules()[0]<br><br>if CONSOLE:<br> &nbsp;renderM.ResetCamera()<br> &nbsp;renderM.StillRender()<br> &nbsp;raw_input(&quot;Enter to finish&quot;)<br> &nbsp;#import time ; time.sleep(2)<br><br><br>_______________________________________________
<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br><a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview
</a><br></blockquote></div><br>