Just to update: - it didn&#39;t work in ParaView either.  I actually meant pvpython.  Adding the code explained everything though:<br> <meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 9pt; color: rgb(0, 150, 0);">Failed to initialize proxy &#39;NewView&#39; in group &#39;views&#39;</span></p> <br>Thanks Pat<br>
<div class="gmail_quote"><br><br>On 27 January 2010 16:12, pat marion <span dir="ltr">&lt;<a href="mailto:pat.marion@kitware.com">pat.marion@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;">
I don&#39;t know why it would work for paraview and not the branded app,<br>
I&#39;m not going to be able to answer your question, but maybe I can help<br>
debug.  You could you edit<br>
<div class="im">/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py<br>
</div>and add this after line 2488:<br>
<br>
        if not proto:<br>
          print &quot;Failed to initialize proxy &#39;%s&#39; in group &#39;%s&#39;&quot; %<br>
(proxyName, groupName)<br>
          continue<br>
<font color="#888888"><br>
Pat<br>
</font><div><div></div><div class="h5"><br>
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; wrote:<br>
&gt;<br>
&gt; Hi Paul,<br>
&gt;<br>
&gt; Do you have custom proxies defined in your xml? I&#39;ve seen a bug like this before when there are parentheses in the proxy Label attribute.<br>
&gt;<br>
&gt; Pat<br>
&gt;<br>
&gt; On Wed, Jan 27, 2010 at 10:39 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; The Python shell is not working in my branded app.  Below are the errors appearing in the shell:<br>
&gt;&gt;<br>
&gt;&gt; Python 2.6.2 (r262:71600, Jul 17 2009, 14:08:37)<br>
&gt;&gt;<br>
&gt;&gt; [GCC 4.2.1 (SUSE Linux)] on linux2<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; from paraview.simple import *<br>
&gt;&gt;<br>
&gt;&gt; Traceback (most recent call last):<br>
&gt;&gt;<br>
&gt;&gt; File &quot;&lt;string&gt;&quot;, line 4, in &lt;module&gt;<br>
&gt;&gt;<br>
&gt;&gt; File &quot;/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py&quot;, line 2891, in &lt;module&gt;<br>
&gt;&gt;<br>
&gt;&gt; _createModules()<br>
&gt;&gt;<br>
&gt;&gt; File &quot;/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py&quot;, line 2456, in _createModules<br>
&gt;&gt;<br>
&gt;&gt; createModule(&#39;views&#39;, rendering)<br>
&gt;&gt;<br>
&gt;&gt; File &quot;/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py&quot;, line 2491, in createModule<br>
&gt;&gt;<br>
&gt;&gt; proto.GetXMLLabel():<br>
&gt;&gt;<br>
&gt;&gt; AttributeError: &#39;NoneType&#39; object has no attribute &#39;GetXMLLabel&#39;<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I do not get these errors if I run &quot;pvpython&quot; or the main &quot;paraview&quot; app. Any ideas?<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance,<br>
&gt;&gt; Paul<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; 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>
&gt;&gt;<br>
&gt;&gt; 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>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>