Slidedeck.py question

Jianjiong Gao jianjiong.gao at gmail.com
Wed Oct 31 14:48:06 EDT 2012


Hello,

First of all, thanks for maintaining such a useful resource! We are
very interested to use openslide for visualize tissue images on our
website.

I tried to deploy slidedeck on my mac, following this thread
(http://lists.andrew.cmu.edu/pipermail/openslide-users/2012-October/000475.html),
but I got the following error when I ran python slidedeck.py <svs
folder>

Traceback (most recent call last):
  File "slidedeck.py", line 24, in <module>
    from openslide import OpenSlide, OpenSlideError
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/openslide/__init__.py",
line 32, in <module>
    from openslide import lowlevel
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/openslide/lowlevel.py",
line 41, in <module>
    _lib = cdll.LoadLibrary('libopenslide.0.dylib')
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
line 443, in LoadLibrary
    return self._dlltype(name)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(libopenslide.0.dylib, 6): image not found

I am very new to Python and could not figure out the reason. Could you
please let me know if there is any obvious reason for it?

Thanks you!
-JJ


More information about the openslide-users mailing list