Hi, I am trying to run the BioImageXD.py file. I followed all the instructions, but nothing appears. Instructions:
Add VTK and ITK library paths to the DYLD_LIBRARY_PATH variable. It:
${BXD_PATH}/Libraries/
${BXD_PATH}/Libraries/python2.7/site-packages/vtkbxd/
${BXD_PATH}/Libraries/vtk-5.6/
${BXD_PATH}/Libraries/InsightToolkit/
For example add following lines to your .bash_profile file:
BXD_PATH="Put your path to BioImageXD here"
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${BXD_PATH}/Libraries/:${BXD_PATH}/Libraries/python2.7/site-packages/vtkbxd/:${BXD_PATH}/Libraries/vtk-5.6/:${BXD_PATH}/Libraries/InsightToolkit/
ke.li source
share