<div dir="ltr"><div><div>Hi,<br><br></div>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></div>Regards,<br>Andy<br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 18, 2014 at 9:42 AM, 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">
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></blockquote></div><br></div>