You need /usr/local/ParaView3_BUILD/Utilities/VTKPythonWrapping not /usr/local/ParaView3_BUILD/Utilities/VTKPythonWrapping/paraview
-berk On Wed, Dec 9, 2009 at 6:34 AM, Fred Fred <[email protected]> wrote: > I changed the PYTHONPATH to add the requested directory but nothin changed: > > Macintosh-2:Python fred$ env|grep PYTH > PYTHONPATH=/usr/local/ParaView3_BUILD/Utilities/VTKPythonWrapping/paraview:/usr/local/ParaView3_BUILD/bin:/usr/local/ParaView3/Utilities/VTKPythonWrapping > Macintosh-2:Python fred$ python resample.py grid1.vtk grid2.vtk > paraview version 3.7.0, Date: 2009-11-12 > Traceback (most recent call last): > File "resample.py", line 23, in <module> > from paraview import numpy_support > ImportError: cannot import name numpy_support > > >> Date: Tue, 8 Dec 2009 06:54:13 -0500 >> Subject: Re: [Paraview] Programmable Filter issue >> From: [email protected] >> To: [email protected] >> CC: [email protected] >> >> Then something is wrong with your PYTHONPATH. If you are running >> pvpython or the Python shell from the GUI, this should already work - >> please report it as a bug to me. If you are running pure Python, this >> directory has to be in your PYTHONPATH (not a bug). I am surprised >> that your could import any modules at all. I am guessing that you have >> the module directory in the source code in your path. If that's the >> case, please replace it with the one in the binary tree. >> >> -berk >> >> On Tue, Dec 8, 2009 at 3:45 AM, Fred Fred <[email protected]> wrote: >> > Yes. >> > >> > Macintosh-2:~ fred$ find >> > /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview -name >> > numpy_support.py >> > >> > /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview/numpy_support.py >> > >> >> Date: Mon, 7 Dec 2009 10:46:13 -0500 >> >> Subject: Re: [Paraview] Programmable Filter issue >> >> From: [email protected] >> >> To: [email protected] >> >> CC: [email protected] >> >> >> >> Strange. Is there a file called numpy_support.py in >> >> /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview ? >> >> >> >> -berk >> >> >> >> On Fri, Dec 4, 2009 at 4:38 PM, Fred Fred <[email protected]> wrote: >> >> > Macintosh-2:Paraview fred$ pwd >> >> > /Users/fred/Paraview >> >> > Macintosh-2:~ fred$ which paraview >> >> > /usr/local/ParaView3_BUILD/bin/paraview.app/Contents/MacOS/paraview >> >> > >> >> > >> >> >> Date: Fri, 4 Dec 2009 14:45:43 -0500 >> >> >> Subject: Re: [Paraview] Programmable Filter issue >> >> >> From: [email protected] >> >> >> To: [email protected] >> >> >> CC: [email protected] >> >> >> >> >> >> Are you running from the compile folder or did you make an app? >> >> >> >> >> >> On Fri, Dec 4, 2009 at 8:31 AM, Fred Fred <[email protected]> >> >> >> wrote: >> >> >> > I am running from the cvs 3.7.0 source, which I compiled on Mac OS >> >> >> > X >> >> >> > Leopard, nothing else. >> >> >> > So does it mean that using the programmable filter requires to >> >> >> > install >> >> >> > an >> >> >> > additionnal module? >> >> >> > >> >> >> >> Date: Fri, 4 Dec 2009 06:44:49 -0500 >> >> >> >> Subject: Re: [Paraview] Programmable Filter issue >> >> >> >> From: [email protected] >> >> >> >> To: [email protected] >> >> >> >> CC: [email protected] >> >> >> >> >> >> >> >> Hmmm. Are you running from an install ParaView? Which version and >> >> >> >> which platform? numpy_support is a Python module that is in VTK. >> >> >> >> It >> >> >> >> should be copied to an install but maybe there is a bug >> >> >> >> somewhere. >> >> >> >> >> >> >> >> -berk >> >> >> >> >> >> >> >> On Thu, Dec 3, 2009 at 9:06 AM, Fred Fred <[email protected]> >> >> >> >> wrote: >> >> >> >> > I just put this line in the script area: >> >> >> >> > >> >> >> >> > pdo = self.GetOutput() >> >> >> >> > >> >> >> >> > and I get this error: >> >> >> >> > >> >> >> >> > Traceback (most recent call last): >> >> >> >> > >> >> >> >> > File "<string>", line 11, in <module> >> >> >> >> > >> >> >> >> > File >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> > "/usr/local/ParaView3/Utilities/VTKPythonWrapping/paraview/vtk/dataset_adapter.py", >> >> >> >> > line 8, in <module> >> >> >> >> > >> >> >> >> > from paraview import numpy_support >> >> >> >> > >> >> >> >> > ImportError: cannot import name numpy_support >> >> >> >> > >> >> >> >> > Any idea of the problem? >> >> >> >> > >> >> >> >> > ________________________________ >> >> >> >> > Gagnez au cadeau par jour avec Hotmail Magic Moment ! Cliquez >> >> >> >> > ici >> >> >> >> > ! >> >> >> >> > _______________________________________________ >> >> >> >> > Powered by www.kitware.com >> >> >> >> > >> >> >> >> > Visit other Kitware open-source projects at >> >> >> >> > http://www.kitware.com/opensource/opensource.html >> >> >> >> > >> >> >> >> > Please keep messages on-topic and check the ParaView Wiki at: >> >> >> >> > http://paraview.org/Wiki/ParaView >> >> >> >> > >> >> >> >> > Follow this link to subscribe/unsubscribe: >> >> >> >> > http://www.paraview.org/mailman/listinfo/paraview >> >> >> >> > >> >> >> >> > >> >> >> > >> >> >> > ________________________________ >> >> >> > PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail >> >> >> > ! >> >> >> > C'est >> >> >> > ici ! >> >> > >> >> > ________________________________ >> >> > Vous êtes étudiants ? Bénéficiez de Windows 7 à 35? ! Découvrez >> >> > notre >> >> > offre >> >> > ! >> > >> > ________________________________ >> > Gagnez au cadeau par jour avec Hotmail Magic Moment ! Cliquez ici ! > > ________________________________ > Vous êtes étudiants ? Bénéficiez de Windows 7 à 35? ! Découvrez notre offre > ! _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
