The main problems are :

Java problems

Python problems

  1. on Linux you do not have LD_PRELOAD not pointing to your Python shared object. The solution is to define LD_PRELOAD and start imageviewer again.

  2. on MacOSX you have to have a smybolic link from libjep.dylib to /Library/Java/Extensions. You can do this like this :

    sudo ln -s $IMAGEVIEWER_HOME/plugins/jep_2.0.1/lib/macosx/libjep.dylib /Library/Java/Extensions/libjep.jnilib

  1. on Windows, Linux or MacOS this can happen because you do not have the python package listed in the window installed. You need the following Python packages installed – NumPy and PIL. This should also be packaged with fable.imageviewer in $IMAGEVIEWER_HOME/python/$platform