It&#39;s from a plugin that I created when I was trying to add another view - I never finished writing it and so it&#39;s probably a bug in that.<br><br>Regards,<br>Paul<br><br><div class="gmail_quote">On 2 February 2010 14:09, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Where&#39;s the &quot;NewView&quot; proxy coming from? Is it in your custom application&#39;s XML?<br>

<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Tue, Feb 2, 2010 at 6:59 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt; Just to update: - it didn&#39;t work in ParaView either.  I actually meant<br>
&gt; pvpython.  Adding the code explained everything though:<br>
&gt;<br>
&gt;<br>
&gt; Failed to initialize proxy &#39;NewView&#39; in group &#39;views&#39;<br>
&gt;<br>
&gt;<br>
&gt; Thanks Pat<br>
&gt;<br>
&gt;<br>
&gt; On 27 January 2010 16:12, pat marion &lt;<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t know why it would work for paraview and not the branded app,<br>
&gt;&gt; I&#39;m not going to be able to answer your question, but maybe I can help<br>
&gt;&gt; debug.  You could you edit<br>
&gt;&gt; /home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py<br>
&gt;&gt; and add this after line 2488:<br>
&gt;&gt;<br>
&gt;&gt;        if not proto:<br>
&gt;&gt;          print &quot;Failed to initialize proxy &#39;%s&#39; in group &#39;%s&#39;&quot; %<br>
&gt;&gt; (proxyName, groupName)<br>
&gt;&gt;          continue<br>
&gt;&gt;<br>
&gt;&gt; Pat<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jan 27, 2010 at 10:59 AM, pat marion &lt;<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi Paul,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Do you have custom proxies defined in your xml? I&#39;ve seen a bug like<br>
&gt;&gt; &gt; this before when there are parentheses in the proxy Label attribute.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Pat<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Jan 27, 2010 at 10:39 AM, Paul Edwards<br>
&gt;&gt; &gt; &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hi,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The Python shell is not working in my branded app.  Below are the<br>
&gt;&gt; &gt;&gt; errors appearing in the shell:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Python 2.6.2 (r262:71600, Jul 17 2009, 14:08:37)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; [GCC 4.2.1 (SUSE Linux)] on linux2<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; from paraview.simple import *<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Traceback (most recent call last):<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; File &quot;&lt;string&gt;&quot;, line 4, in &lt;module&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; File<br>
&gt;&gt; &gt;&gt; &quot;/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py&quot;, line<br>
&gt;&gt; &gt;&gt; 2891, in &lt;module&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _createModules()<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; File<br>
&gt;&gt; &gt;&gt; &quot;/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py&quot;, line<br>
&gt;&gt; &gt;&gt; 2456, in _createModules<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; createModule(&#39;views&#39;, rendering)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; File<br>
&gt;&gt; &gt;&gt; &quot;/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py&quot;, line<br>
&gt;&gt; &gt;&gt; 2491, in createModule<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; proto.GetXMLLabel():<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; AttributeError: &#39;NoneType&#39; object has no attribute &#39;GetXMLLabel&#39;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I do not get these errors if I run &quot;pvpython&quot; or the main &quot;paraview&quot;<br>
&gt;&gt; &gt;&gt; app. Any ideas?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks in advance,<br>
&gt;&gt; &gt;&gt; Paul<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&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;&gt;<br>
&gt;&gt; &gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&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;&gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>