CMAKE_MACOSX_DEPLOYMENT_TARGET<br><br><div class="gmail_quote">On Mon, Aug 2, 2010 at 8:07 PM, Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Most probably. The only way to get around this (and other similar problems)<br>
is to build ParaView from source using the same version of Python and Qt<br>
as yours. Otherwise, you&#39;ll get conflicts. Also, make sure that your Mac<br>
target is the same as your Python when building. I forgot the CMake variable<br>
for it. Something with target...<br>
<font color="#888888"><br>
-berk<br>
</font><div><div></div><div class="h5"><br>
On Mon, Aug 2, 2010 at 11:46 AM, Erik Anderson &lt;<a href="mailto:eranders@sci.utah.edu">eranders@sci.utah.edu</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;   I am trying to import paraview.simple from an external Python interpreter.<br>
&gt;  I am trying to use the ParaView 3.8.0 binary distribution and I have all my<br>
&gt; paths setup properly, but I&#39;m getting the following error:<br>
&gt;<br>
&gt;&gt;&gt;&gt; import paraview.simple<br>
&gt; Traceback (most recent call last):<br>
&gt;  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;  File &quot;/Applications/ParaView 3.8.0.app/Contents/Python/paraview/simple.py&quot;,<br>
&gt; line 39, in &lt;module&gt;<br>
&gt;   import servermanager<br>
&gt;  File &quot;/Applications/ParaView<br>
&gt; 3.8.0.app/Contents/Python/paraview/servermanager.py&quot;, line 43, in &lt;module&gt;<br>
&gt;   import paraview, re, os, new, sys, vtk<br>
&gt;  File &quot;/Applications/ParaView<br>
&gt; 3.8.0.app/Contents/Python/paraview/vtk/__init__.py&quot;, line 4, in &lt;module&gt;<br>
&gt;   from libvtkCommonPython import *<br>
&gt; ImportError: dlopen(/Applications/ParaView<br>
&gt; 3.8.0.app/Contents/Libraries/libvtkCommonPython.so, 2): no suitable image<br>
&gt; found.  Did find:<br>
&gt;   /Applications/ParaView 3.8.0.app/Contents/Libraries/libvtkCommonPython.so:<br>
&gt; mach-o, but wrong architecture<br>
&gt;<br>
&gt; Upon some closer inspection, I see that the Python version used in ParaView<br>
&gt; is:<br>
&gt; 2.5.4_final<br>
&gt;<br>
&gt; whereas I am using:<br>
&gt; 2.6.5_final<br>
&gt;<br>
&gt; Is this the cause of the error?  If so, how can I work around this?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Erik Anderson<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<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>