<div dir="ltr"><div>Hi Mark<br><br></div><div>The environment should be set up automatically for you such that it can find these modules. Can you share your adaptor code and Python code? You could try the Fortran90 example at <a href="https://github.com/acbauer/CatalystExampleCode">https://github.com/acbauer/CatalystExampleCode</a> to see how that behaves.<br>
<br></div><div>Regards,<br>Andy<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 14, 2013 at 6:18 PM, Vanmoer, Mark W <span dir="ltr">&lt;<a href="mailto:mvanmoer@illinois.edu" target="_blank">mvanmoer@illinois.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay, I was able to compile and run a Fortran code using the FortranAdaptorAPI and I&#39;m getting some errors. (I had this code working with coprocessing and ParaView 3.14.1, so in theory it should still work).<br>

<br>
Error: Could not import vtkCommonComputationalGeometryPython<br>
Error: Could not import vtkCommonMiscPython<br>
Error: Could not import vtkCommonSystemPython<br>
Error: Could not import vtkRenderingCorePython<br>
Error: Could not import vtkFiltersCore<br>
Error: Cannot import vtkPVServerManagerDefaultPython<br>
Error: Cannot import vtkPVServerManagerRenderingPython<br>
Error: Cannot import vtkPVServerManagerApplicationPython<br>
Error: Could not create TimeKeeper<br>
Error: Could not create AnimationScene<br>
<br>
How do I get Catalyst to import these? Is it just a matter of setting $PYTHONPATH?<br>
<div class="im HOEnZb"><br>
Mark<br>
<br>
<br>
&gt; -----Original Message-----<br>
&gt; From: Utkarsh Ayachit [mailto:<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>]<br>
</div><div class="HOEnZb"><div class="h5">&gt; Sent: Wednesday, August 14, 2013 4:05 PM<br>
&gt; To: Vanmoer, Mark W<br>
&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt; Subject: Re: [Paraview] Building Catalyst<br>
&gt;<br>
&gt; Great! Feel free to ping the list if you run into issues or need assistance.<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Wed, Aug 14, 2013 at 4:21 PM, Vanmoer, Mark W<br>
&gt; &lt;<a href="mailto:mvanmoer@illinois.edu">mvanmoer@illinois.edu</a>&gt; wrote:<br>
&gt; &gt; Utkarsh,<br>
&gt; &gt; It did build this time, thank you.<br>
&gt; &gt; Mark<br>
&gt; &gt;<br>
&gt; &gt;&gt; -----Original Message-----<br>
&gt; &gt;&gt; From: Vanmoer, Mark W<br>
&gt; &gt;&gt; Sent: Wednesday, August 14, 2013 11:57 AM<br>
&gt; &gt;&gt; To: &#39;Utkarsh Ayachit&#39;<br>
&gt; &gt;&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt; &gt;&gt; Subject: RE: [Paraview] Building Catalyst<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Utkarsh,<br>
&gt; &gt;&gt; I was just running ccmake, I read the wiki as cmake.sh was for<br>
&gt; &gt;&gt; building Catalyst from the ParaView source tree. I&#39;ll try the<br>
&gt; &gt;&gt; cmake.sh with the new tarball and report back.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Mark<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt; -----Original Message-----<br>
&gt; &gt;&gt; &gt; From: Utkarsh Ayachit [mailto:<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>]<br>
&gt; &gt;&gt; &gt; Sent: Wednesday, August 14, 2013 11:52 AM<br>
&gt; &gt;&gt; &gt; To: Vanmoer, Mark W<br>
&gt; &gt;&gt; &gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt; &gt;&gt; &gt; Subject: Re: [Paraview] Building Catalyst<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Mark,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; No, you wouldn&#39;t need to use any external VTK. I&#39;ve posted an<br>
&gt; &gt;&gt; &gt; updated tarball. Feel free to give that a try. Also, how are you<br>
&gt; &gt;&gt; &gt; starting the build? Using cmake.sh script included in the package?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Utkarsh<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; On Wed, Aug 14, 2013 at 11:38 AM, Vanmoer, Mark W<br>
&gt; &gt;&gt; &gt; &lt;<a href="mailto:mvanmoer@illinois.edu">mvanmoer@illinois.edu</a>&gt; wrote:<br>
&gt; &gt;&gt; &gt; &gt; Hi, I&#39;m trying to build Catalyst using the tarball from the<br>
&gt; &gt;&gt; &gt; &gt; Catalyst download page. I&#39;m getting the following error during<br>
&gt; &gt;&gt; &gt; &gt; the CMake configure<br>
&gt; &gt;&gt; &gt; &gt; step:<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; CMake Error at VTK/CMake/vtkModuleTop.cmake:29 (message):<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;    No such module &quot;vtkChartsCore&quot; needed by<br>
&gt; &gt;&gt; &gt; &quot;vtkPVServerManagerApplication&quot;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;    Call Stack (most recent call first):<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;    VTK/CMake/vtkModuleTop.cmake:45 (vtk_module_check)<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;    VTK/CMake/vtkModuleTop.cmake:52 (vtk_module_check)<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;    VTK/CMakeLists.txt:348 (include)<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Is all of the necessary VTK with the Catalyst tarball, or do I<br>
&gt; &gt;&gt; &gt; &gt; need to have a separate VTK build?<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Thanks,<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Mark<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Visit other Kitware open-source projects at<br>
&gt; &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; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; &gt;&gt; &gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt; &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; &gt;<br>
&gt; &gt;<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://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>