[Paraview] Python wrapping

Berk Geveci berk.geveci at gmail.com
Thu Mar 30 09:49:12 EST 2006


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...
>
>
> --
> Orion Poplawski
> System Administrator                   303-415-9701 x222
> Colorado Research Associates/NWRA      FAX: 303-415-9702
> 3380 Mitchell Lane, Boulder CO 80301   http://www.co-ra.com
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list