Great!  The answer is- you were calling methods on the paraview.servermanager module.  Instead, you should call the Connect method on paraview.simple.  If you are not connecting to a remote server, you may omit the call to Connect().<br>

<br>Also, your script still contains a call to sm.CreateRenderViewer().  Instead, just call GetRenderView() which will create one if one does not exist.<br><br>help(GetRenderView())<br><br>and<br><br>import paraview.simple<br>

help(paraview.simple)<br><br><br>Pat<br><br><div class="gmail_quote">On Tue, Jan 24, 2012 at 3:47 AM, Paul Melis <span dir="ltr">&lt;<a href="mailto:paul.melis@sara.nl">paul.melis@sara.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Pat,<br>
<div class="im"><br>
On 01/23/2012 07:17 PM, Pat Marion wrote:<br>
&gt; Do you still get an error if you remove the call to Connect() near the<br>
&gt; top of the script?<br>
<br>
</div>Indeed, removing the call to Connect() fixes the crash<br>
<span class="HOEnZb"><font color="#888888"><br>
Paul<br>
</font></span></blockquote></div><br>