<div dir="ltr"><div><div><div><div><div><div><div>Hi Lars,<br><br></div>When you run pvpython can you create the XMLPPolyDataWriter ?<br><br></div>To test this just do:<br></div>from paraview.simple import *<br></div>w = XMLPPolyDataWriter()<br>
<br></div>The safest way to test this stuff is to try it with a "normal" ParaView build with MPI and Python enabled. If you can link and run against this then it has to do with your edition which you can then check on issues by using pvpython. We don't do a lot of testing on the generated Catalyst editions yet so it's possible that something snuck in to them.<br>
<br></div>Also, what version of ParaView are you using?<br><br></div>Andy<br><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 18, 2014 at 2:22 PM, Lars Bilke <span dir="ltr"><<a href="mailto:lars.bilke@ufz.de" target="_blank">lars.bilke@ufz.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Andy,<br>
<br>
thanks for looking into it.<br>
<br>
I further noticed that the same error occurs when I use the official Extras-edition (plus Enable-Python). When using the Rendering-Base-Python edition everything works.<br>
<br>
Best,<br>
Lars<br>
<br>
Am 18.08.2014 um 16:26 schrieb Andy Bauer <<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>>:<br>
<div class="HOEnZb"><div class="h5"><br>
> Hi,<br>
><br>
> I will look at this a bit more but I'm wondering if you tried doing the same with just a full ParaView build and if you did, how did it work?<br>
><br>
> Regards,<br>
> Andy<br>
><br>
><br>
> On Mon, Aug 18, 2014 at 9:42 AM, Lars Bilke <<a href="mailto:lars.bilke@ufz.de">lars.bilke@ufz.de</a>> wrote:<br>
> Dear ParaView users,<br>
> I have created a custom catalyst edition (see attached manifest). It is basically the same as the Extras-edition with some parts removed. I have integrated a catalyst adaptor into my application. Everything builds and links fine. Now I want to use a python coprocessing pipeline (see attached script). When running I get the following output:<br>

><br>
> Generic Warning: In /Users/bilke/code/catalyst/fem-python/ParaViewCore/ClientServerCore/Core/vtkProcessModuleInitializePython.h, line 254<br>
> Non-app bundle in install directory not supported<br>
><br>
> Error: Could not import vtkCommonComputationalGeometryPython<br>
> Error: Could not import vtkRenderingCorePython<br>
> Error: Cannot import vtkPVServerManagerDefaultPython<br>
> Error: Cannot import vtkPVServerManagerRenderingPython<br>
> Error: Cannot import vtkPVAnimationPython<br>
> ERROR: In /Users/bilke/code/catalyst/fem-python/ParaViewCore/ServerImplementation/Core/vtkSIProxyDefinitionManager.cxx, line 565<br>
> vtkSIProxyDefinitionManager (0x7ff1c9527d70): No proxy that matches: group=filters and proxy=XMLPPolyDataWriter were found.<br>
><br>
> Traceback (most recent call last):<br>
>   File "<string>", line 2, in <module><br>
>   File "Slice.py", line 73, in DoCoProcessing<br>
>   File "/Users/bilke/code/catalyst/build-fem-python/lib/site-packages/paraview/coprocessing.py", line 103, in UpdateProducers<br>
>     self.CreatePipeline(datadescription)<br>
>   File "Slice.py", line 29, in CreatePipeline<br>
>   File "Slice.py", line 17, in _CreatePipeline<br>
>   File "Slice.py", line 23, in Pipeline<br>
>   File "/Users/bilke/code/catalyst/build-fem-python/lib/site-packages/paraview/coprocessing.py", line 280, in CreateWriter<br>
>     return self.RegisterWriter(writer, filename, freq)<br>
>   File "/Users/bilke/code/catalyst/build-fem-python/lib/site-packages/paraview/coprocessing.py", line 234, in RegisterWriter<br>
>     writer, filename, freq)<br>
>   File "/Users/bilke/code/catalyst/build-fem-python/lib/site-packages/paraview/coprocessing.py", line 252, in WriterParametersProxy<br>
>     proxy.GetProperty("Input").SetInputConnection(<br>
> AttributeError: 'NoneType' object has no attribute ‚GetProperty'<br>
><br>
><br>
> Why is the writer proxy searched in the filters group? It should be in the writers group right?<br>
><br>
> Thanks for your help!<br>
><br>
><br>
><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://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
><br>
<br>
</div></div></blockquote></div><br></div>