<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Yes.<br><br>Macintosh-2:~ fred$ find /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview -name numpy_support.py<br>/usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview/numpy_support.py<br><br>&gt; Date: Mon, 7 Dec 2009 10:46:13 -0500<br>&gt; Subject: Re: [Paraview] Programmable Filter issue<br>&gt; From: berk.geveci@kitware.com<br>&gt; To: stan1313@hotmail.fr<br>&gt; CC: paraview@paraview.org<br>&gt; <br>&gt; Strange. Is there a file called numpy_support.py in<br>&gt; /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview ?<br>&gt; <br>&gt; -berk<br>&gt; <br>&gt; On Fri, Dec 4, 2009 at 4:38 PM, Fred Fred &lt;stan1313@hotmail.fr&gt; wrote:<br>&gt; &gt; Macintosh-2:Paraview fred$ pwd<br>&gt; &gt; /Users/fred/Paraview<br>&gt; &gt; Macintosh-2:~ fred$ which paraview<br>&gt; &gt; /usr/local/ParaView3_BUILD/bin/paraview.app/Contents/MacOS/paraview<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; Date: Fri, 4 Dec 2009 14:45:43 -0500<br>&gt; &gt;&gt; Subject: Re: [Paraview] Programmable Filter issue<br>&gt; &gt;&gt; From: berk.geveci@kitware.com<br>&gt; &gt;&gt; To: stan1313@hotmail.fr<br>&gt; &gt;&gt; CC: paraview@paraview.org<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Are you running from the compile folder or did you make an app?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Fri, Dec 4, 2009 at 8:31 AM, Fred Fred &lt;stan1313@hotmail.fr&gt; wrote:<br>&gt; &gt;&gt; &gt; I am running from the cvs 3.7.0 source, which I compiled on Mac OS X<br>&gt; &gt;&gt; &gt; Leopard, nothing else.<br>&gt; &gt;&gt; &gt; So does it mean that using the programmable filter requires to install<br>&gt; &gt;&gt; &gt; an<br>&gt; &gt;&gt; &gt; additionnal module?<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; Date: Fri, 4 Dec 2009 06:44:49 -0500<br>&gt; &gt;&gt; &gt;&gt; Subject: Re: [Paraview] Programmable Filter issue<br>&gt; &gt;&gt; &gt;&gt; From: berk.geveci@kitware.com<br>&gt; &gt;&gt; &gt;&gt; To: stan1313@hotmail.fr<br>&gt; &gt;&gt; &gt;&gt; CC: paraview@paraview.org<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; Hmmm. Are you running from an install ParaView? Which version and<br>&gt; &gt;&gt; &gt;&gt; which platform? numpy_support is a Python module that is in VTK. It<br>&gt; &gt;&gt; &gt;&gt; should be copied to an install but maybe there is a bug somewhere.<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; -berk<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; On Thu, Dec 3, 2009 at 9:06 AM, Fred Fred &lt;stan1313@hotmail.fr&gt; wrote:<br>&gt; &gt;&gt; &gt;&gt; &gt; I just put this line in the script area:<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; pdo = self.GetOutput()<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; and I get this error:<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; Traceback (most recent call last):<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; File "&lt;string&gt;", line 11, in &lt;module&gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; File<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; "/usr/local/ParaView3/Utilities/VTKPythonWrapping/paraview/vtk/dataset_adapter.py",<br>&gt; &gt;&gt; &gt;&gt; &gt; line 8, in &lt;module&gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; from paraview import numpy_support<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; ImportError: cannot import name numpy_support<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; Any idea of the problem?<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; ________________________________<br>&gt; &gt;&gt; &gt;&gt; &gt; Gagnez au cadeau par jour avec Hotmail Magic Moment ! Cliquez ici !<br>&gt; &gt;&gt; &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt;&gt; &gt; Powered by www.kitware.com<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt;&gt; &gt;&gt; &gt; http://www.kitware.com/opensource/opensource.html<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; &gt;&gt; &gt;&gt; &gt; http://paraview.org/Wiki/ParaView<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt;&gt; &gt;&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ________________________________<br>&gt; &gt;&gt; &gt; PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail !<br>&gt; &gt;&gt; &gt; C'est<br>&gt; &gt;&gt; &gt; ici !<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Vous êtes étudiants&nbsp;? Bénéficiez de Windows 7 à 35?&nbsp;!&nbsp; Découvrez notre offre<br>&gt; &gt; !<br>                                               <br /><hr />Gagnez au cadeau par jour avec Hotmail Magic Moment ! <a href='http://www.hotmailmagicmoment.com' target='_new'>Cliquez ici !</a></body>
</html>