Missing bandmathx in ubuntugis

Hi,

I recently install otb from ubuntugis-unstable ppa and i noticed that BandMathX application is missing.
When i list the applications with python with “print str( otbApplication.Registry.GetAvailableApplications())” i don’t see BandmathX.
Also i think i set correctly my variables environments for OTB_APPLICATION_PATH and PYTHONPATH.

If anyone have an experience with this ppa it would be great.
Thank you.

It’s probable that the ppa doesnt provide the required dependency (MuParserX) and so the application was disabled. As an alternative you can use our binary packages, or compile OTB from source code.

Hi, Thank you for your reply.
I tried to use the binary packages and evrything works fine (otbcli commands line…) but in python when i import otbApplication and then gdal, i have the following error: Erreur de segmentation (core dumped).

Did i miss something during the installation ?