slidedeck.py gives image-not-found or no-module-named-flask error (Benjamin Gilbert)

Benjamin Gilbert bgilbert at cs.cmu.edu
Sun Mar 31 17:10:22 EDT 2013


On 03/30/2013 09:55 PM, Andrew Packer wrote:
> I've removed the openslide files
> from the /usr/local directories (including a few that were in
> usr/local/include/). But I still get a similar error to the previous, viz:
>
> OSError: dlopen(libopenslide.0.dylib, 6): image not found
>
> Have I still got a pathway problem?

It turns out that MacPorts doesn't add /opt/local/lib to the dynamic 
loader's search path, so OpenSlide Python is failing to find OpenSlide. 
  Should be fixed by this commit:

     https://github.com/openslide/openslide-python/commit/dbc70332

--Benjamin Gilbert



More information about the openslide-users mailing list