No, don&#39;t recompile Paraview. <br>In the worst case, you simply want to install python 2.7 (same as Paraview) on your computer, add the numpy library, and set your PYTHONPATH to this new numpy directory. <br> <br>I check if the numpy import works well with the binary package on a 64-bits linux, I will let you know. <br>

For now, I&#39;m on a windows machine. <br> <br>Regards, <br> <br>Aurélien<br><br>
<div class="gmail_quote">Le 17 mai 2011 16:14, Fabian Braennstroem <span dir="ltr">&lt;<a href="mailto:f.braennstroem@gmx.de">f.braennstroem@gmx.de</a>&gt;</span> a écrit :<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Thanks, ... by testing it I have some error messages with the programmable filter for the 3.10.1 binary 64bit version on linux:<br>

<br>Traceback (most recent call last):<br> File &quot;&lt;string&gt;&quot;, line 10, in &lt;module&gt;<br> File &quot;/home/gcae504/Desktop/ParaView-3.10.1-Linux-x86_64/lib/paraview-3.10/lib/python2.7/site-packages/numpy/__init__.py&quot;, line 136, in &lt;module&gt;<br>

   import add_newdocs<br> File &quot;/home/gcae504/Desktop/ParaView-3.10.1-Linux-x86_64/lib/paraview-3.10/lib/python2.7/site-packages/numpy/add_newdocs.py&quot;, line 9, in &lt;module&gt;<br>   from numpy.lib import add_newdoc<br>

 File &quot;/home/gcae504/Desktop/ParaView-3.10.1-Linux-x86_64/lib/paraview-3.10/lib/python2.7/site-packages/numpy/lib/__init__.py&quot;, line 13, in &lt;module&gt;<br>   from polynomial import *<br> File &quot;/home/gcae504/Desktop/ParaView-3.10.1-Linux-x86_64/lib/paraview-3.10/lib/python2.7/site-packages/numpy/lib/polynomial.py&quot;, line 11, in &lt;module&gt;<br>

   import numpy.core.numeric as NX<br>AttributeError: &#39;module&#39; object has no attribute &#39;core&#39;<br><br>It seems to me, that the numpy module is not complete!? Or do I need to recompile paraview to get the filter working correctly!?<br>

<br>Best Regards!<br>Fabian 
<div class="im"><br><br><br>On 05/17/2011 02:23 PM, Aurélien Marsan wrote:<br></div>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">And for the coordinates :<br>print inputs[0].Points<br><br>Le 17 mai 2011 14:22, Aurélien Marsan &lt;<a href="mailto:aur.marsan@gmail.com" target="_blank">aur.marsan@gmail.com</a><br></div>&lt;mailto:<a href="mailto:aur.marsan@gmail.com" target="_blank">aur.marsan@gmail.com</a>&gt;&gt; a écrit : 
<div class="im"><br><br>   In the programmable filter, if the input is something else than a<br>   vtkMultiBlockDataSet<br>   print inputs[0].PointData[&#39;ro&#39;]<br>   in order to see the &#39;ro&#39; value at the point.<br>

<br><br></div></blockquote><br></blockquote></div><br>