<div dir="ltr">Tony,<div><br></div><div>I think this should fix it <a href="http://review.source.kitware.com/#/t/3462/">http://review.source.kitware.com/#/t/3462/</a></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Mon, Oct 21, 2013 at 11:14 AM, Tony McDaniel <span dir="ltr">&lt;<a href="mailto:tonymcdaniel@gmail.com" target="_blank">tonymcdaniel@gmail.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 bgcolor="#FFFFFF" text="#000000"><span style="font-family:monospace">I was able to reproduce this error in Paraview 3.98.1 64-bit
 on MacOS X 10.8.5 with the following code:<br>
  <br>
s = Sphere()<br>
c = Contour()<br>
Delete(c)<br>
  <br>
Which returns the error:<br>
  <br>
ERROR: In 
/Users/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.cxx,
 line 189<br>
vtkSMProxyListDomain (0x11db65670): Index 2 greater than max 1<br>
  <br>
However, the Contour filter is actually deleted from the pipeline.<br>
  <br>
Interestingly, saving the following as pvtest.py and running it from the
 terminal does not result in an error:<br>
  <br>
#!/usr/bin/env pvpython<br>
# encoding: utf-8<br>
from paraview.simple import *<br>
  <br>
s = Sphere()<br>
c = Contour()<br>
Delete(c)<br>
  <br>
Info on pvpython:<br>
  <br>
~ $ which pvpython<br>
/Applications/paraview.app/Contents/bin/pvpython<br>
  <br>
~ $ pvpython<br>
Python 2.6.7 (r267:88850, Oct 11 2012, 20:15:00)<br>
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on 
darwin<br>
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
&gt;&gt;&gt;<br>
</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><br clear="all"><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>R&amp;D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com">http://www.kitware.com</a><br>(919) 969-6990 x310
</div>