Hi,

I am trying to build the latest paraview using paraview-superbuild (I set the branch config to "release"). I need catalyst python wrappings and I am using system python (3.4). I get the following error:

CMake Error at VTK/Wrapping/Python/cmake_install.cmake:5822 (file):
  file INSTALL cannot find
  "[...]/superbuild/paraview/build/lib/python3.4/site-packages/vtk.pyc".
Call Stack (most recent call first):
  VTK/cmake_install.cmake:260 (include)
  cmake_install.cmake:118 (include)

the .pyc and .pyo file are located here:
[...]/superbuild/paraview/build/lib/python3.4/site-packages/__pycache__/vtk.cpython-34.pyc
[...]/superbuild/paraview/build/lib/python3.4/site-packages/__pycache__/vtk.cpython-34.pyo

I tried editing the .cmake files to fix this, which didn't work. I guess they are being re-generated each time I run "make" :(

Regards,
Simon
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview

Reply via email to