<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,</p>
<p><br>
</p>
<p>I have a programmable filter that is wrapped into a custom plugin using an XML configuration file. If I use the GUI and go to the Manage Plugins and load it, everything is fine.
<br>
</p>
<p><br>
</p>
<p>However, I can't figure out how to load it inside pvpython. I am trying to do:</p>
<p><br>
</p>
<p></p>
<div>servermanager.ProxyManager().LoadConfigurationXML("/path/to/my_plugin.xml")<br>
servermanager.updateModules(servermanager)<br>
<br>
but that gives me:<br>
<br>
<div>ERROR: In ParaView/VTK/IO/XMLParser/vtkXMLParser.cxx, line 483<br>
vtkPVXMLParser (0x2cb9b80): Error parsing XML in stream at line 1, column 0, byte index 0: not well-formed (invalid token)<br>
</div>
<br>
I looked through the header files and the C++ classes have a LoadConfigurationXML, which takes a vtkPVXMLElement, and a LoadConfigurationXMLFromString which takes a const char pointer. I can call the former, but the latter does not seem to be exposed through
 the python interface.<br>
<br>
Is it not possible to pass the file name in as the argument here like it is with LoadCustomProxyDefinitions()? Is there something I'm missing?<br>
<br>
Thanks,<br>
<br>
Tim<br>
</div>
<br>
<p></p>
</div>
</body>
</html>