I am developing an extension for Slicer that offers a GUI for runnning 3D surface segmentation. The GUI and the segmentation algorithm both work fine separately, but I need to call my own python ...
set(slicer_PYTHON_LIBRARY ${slicer_PYTHON_SHARED_LIBRARY_DIR}/libpython2.6.${python_IMPORT_SUFFIX}) set(slicer_PYTHON_EXECUTABLE ${python_build}/bin/customPython) set ...