Some of the logic in VTK was changed to install the python module and shared libs. I thought I corrected it before tagging 3.12.0 but it appears not. Let me see if I can send you a diff, or if you want, you just need to copy libvtk*Python.so into your lib/paraview-&lt;blah&gt; directory.<br>

<br><div class="gmail_quote">On Fri, Nov 11, 2011 at 6:42 PM, Orion Poplawski <span dir="ltr">&lt;<a href="mailto:orion@cora.nwra.com">orion@cora.nwra.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

No PNG issues for me, but with python shell:<br>
<br>
Python 2.7.2 (default, Sep 30 2011, 20:54:11)<br>
[GCC 4.6.1 20110908 (Red Hat 4.6.1-9)] on linux2<br>
&gt;&gt;&gt; from paraview.simple import *<br>
Traceback (most recent call last):<br>
  File &quot;&lt;string&gt;&quot;, line 4, in &lt;module&gt;<br>
  File &quot;/usr/lib64/paraview/site-<u></u>packages/paraview/<u></u>servermanager.py&quot;, line 43, in &lt;module&gt;<br>
    import paraview, re, os, os.path, new, sys, vtk<br>
  File &quot;/usr/lib64/paraview/site-<u></u>packages/paraview/vtk/__init__<u></u>.py&quot;, line 1, in &lt;module&gt;<br>
    from vtkCommonPython import *<br>
ImportError: No module named vtkCommonPython<br>
<br>
Looks like vtkCommonPython.so is built but not installed.<br>
<br>
$ grep -F vtkCommonPython.so build.log<br>
Linking CXX shared module ../../bin/vtkCommonPython.so<br>
/usr/lib64/ccache/g++  -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic  -Wno-deprecated  -Wno-deprecated -g  -Wl,-z,relro   -shared -Wl,-soname,vtkCommonPython.so -o ../../bin/vtkCommonPython.so CMakeFiles/vtkCommonPython.<u></u>dir/vtkCommonPythonInit.cxx.o ../../bin/libvtkCommonPythonD.<u></u>so.pv3.12 ../../bin/libvtkPythonCore.so.<u></u>pv3.12 ../../bin/libvtkCommon.so.pv3.<u></u>12 ../../bin/libvtksys.so.pv3.12 -ldl -lm<br>


cd /builddir/build/BUILD/<u></u>ParaView-3.12.0/fedora/VTK/<u></u>Common &amp;&amp; /usr/bin/cmake -E create_symlink vtkCommonPython.so /builddir/build/BUILD/<u></u>ParaView-3.12.0/fedora/bin/<u></u>libvtkCommonPython.so<br>


Linking CXX shared module ../../bin/vtkCommonPython.so<br>
<br>
Missing a build flag?<br>
<br>
-- <br>
Orion Poplawski<br>
Technical Manager                     <a href="tel:303-415-9701%20x222" value="+13034159701" target="_blank">303-415-9701 x222</a><br>
NWRA/CoRA Division                    FAX: <a href="tel:303-415-9702" value="+13034159702" target="_blank">303-415-9702</a><br>
3380 Mitchell Lane                  <a href="mailto:orion@cora.nwra.com" target="_blank">orion@cora.nwra.com</a><br>
Boulder, CO 80301              <a href="http://www.cora.nwra.com" target="_blank">http://www.cora.nwra.com</a><br>
______________________________<u></u>_________________<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/<u></u>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/<u></u>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/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br>