[Paraview] installing python vtk wrappers

2011-06-14 Thread Paul Edwards
Hi, Is there a way to get cmake to install the Python vtk wrappers located in VTK/Wrapping/Python/vtk of the build directory? Thanks, Paul ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/ope

Re: [Paraview] installing python vtk wrappers

2011-06-14 Thread David Partyka
There is a setup.py in the build tree of VTK/Wrappying/Python. You should be able to use that to invoke a distutils installation of VTK-Python. On Tue, Jun 14, 2011 at 8:24 AM, Paul Edwards wrote: > Hi, > > Is there a way to get cmake to install the Python vtk wrappers located in > VTK/Wrapping/P

Re: [Paraview] installing python vtk wrappers

2011-06-14 Thread Dominik Szczerba
Is there a similar functionality to do so for vtkmy extensions (compiled out of source tree)? On Tue, Jun 14, 2011 at 2:27 PM, David Partyka wrote: > There is a setup.py in the build tree of VTK/Wrappying/Python. You should be > able to use that to invoke a distutils installation of VTK-Python. >

Re: [Paraview] installing python vtk wrappers

2011-06-15 Thread Paul Edwards
I just noticed that vtk is installed in INSTALL_DIR/bin/Python. Is there any reason why this isn't in the site packages in the lib/paraview directory? Regards, Paul On 14 June 2011 13:27, David Partyka wrote: > There is a setup.py in the build tree of VTK/Wrappying/Python. You should > be able

Re: [Paraview] installing python vtk wrappers

2011-06-15 Thread Paul Edwards
Is it possible to get my python wrapper for my vtk classes that I have in my plugins? Thanks, Paul On 14 June 2011 13:45, Dominik Szczerba wrote: > Is there a similar functionality to do so for vtkmy extensions > (compiled out of source tree)? > > On Tue, Jun 14, 2011 at 2:27 PM, David Partyka

Re: [Paraview] installing python vtk wrappers

2011-06-15 Thread David E DeMarle
Not exactly sure we are talking about the same thing, but if you just want to make sure that the C++ code in your plugin is usable from VTK and ParaView's python interfaces, take a look at: 1) Plugins/Manta/VTK/CMakeLists which can do python wrapping for the VTK level classes there so that you can