[Paraview] Re: Python wrapping

Fabian Braennstroem f.braennstroem at gmx.de
Fri Mar 31 00:28:13 EST 2006


Hi, 

* On 30 Mar 2006 * Berk Geveci wrote:

> You are OK without those for now. We'll fix the install targets.
> 
> On 3/29/06, Orion Poplawski <orion at cora.nwra.com> wrote:
> > Trying to turn on the python wrapping:
> >
> >          -DPARAVIEW_WRAP_PYTHON:BOOL=ON
> >
> > But when paraview is installed, the following libraries are not installed:
> >
> > libvtkPVServerCommonPython.so
> > libvtkPVServerManagerPython.so
> >
> > Looks like the relevant configuration is here:
> >
> > IF(PARAVIEW_WRAP_PYTHON)
> >    FIND_PACKAGE(PythonLibs REQUIRED)
> >    SUBDIRS(Utilities/VTKPythonWrapping)
> >    IF(PV_INSTALL_NO_LIBRARIES)
> >      SET(VTKPythonWrapping_INSTALL_LIBRARIES 0)
> >    ELSE(PV_INSTALL_NO_LIBRARIES)
> >      SET(VTKPythonWrapping_INSTALL_LIBRARIES 1)
> >    ENDIF(PV_INSTALL_NO_LIBRARIES)
> >    SET(VTKPythonWrapping_INSTALL_LIB_DIR ${PV_INSTALL_LIB_DIR})
> >    SET(VTKPythonWrapping_INSTALL_BIN_DIR ${PV_INSTALL_BIN_DIR})
> > ENDIF(PARAVIEW_WRAP_PYTHON)
> >
> > But I'm not sure what I should be doing.  I'm not really sure what the
> > python wrapping is either, but trying to do a full featured build...

I would like to know, what 'python wrapping' can do for me
in paraview. Does anybody know where I can find information
about it?

Greetings!
Fabian


More information about the ParaView mailing list