How to start BioImagexd on the Mac?

Hi, I am trying to launch the file Bio ImageXD.py. I followed all the instructions below, but nothing appears. The instructions are:

Add the path of the VTK and ITK libraries
DYLD_LIBRARY_PATH variable. These are:

${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/

I used to have the same problem, in my case I missed the prerequisites CMake and SWIG. Also, you don’t seem to follow the setup instructions exactly. Please check them out

p>

Hi, I am trying to start the file Bio ImageXD.py. I followed all the instructions below, but nothing appears. The instructions are:

Add the VTK and ITK libraries Path
DYLD_LIBRARY_PATH variable. These are:

${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/

I used to have the same problem, in my case, I missed the prerequisite CMake and SWIG. Also, you don’t seem to follow the setup instructions exactly. Please check them out