Hello,<div><br></div><div>First of all, thanks for maintaining such a useful resource! We are very interested to use openslide for visualize tissue images on our website.</div><div><br></div><div>I tried to deploy slidedeck on my mac, following this thread (<a href="http://lists.andrew.cmu.edu/pipermail/openslide-users/2012-October/000475.html">http://lists.andrew.cmu.edu/pipermail/openslide-users/2012-October/000475.html</a>), but I got the following error when I ran python slidedeck.py <svs folder></div>
<div><br></div><div><div>Traceback (most recent call last):</div><div> File "slidedeck.py", line 24, in <module></div><div> from openslide import OpenSlide, OpenSlideError</div><div> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/openslide/__init__.py", line 32, in <module></div>
<div> from openslide import lowlevel</div><div> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/openslide/lowlevel.py", line 41, in <module></div><div> _lib = cdll.LoadLibrary('libopenslide.0.dylib')</div>
<div> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary</div><div> return self._dlltype(name)</div><div> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 365, in __init__</div>
<div> self._handle = _dlopen(self._name, mode)</div><div>OSError: dlopen(libopenslide.0.dylib, 6): image not found</div></div><div><br></div><div>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?</div>
<div><br></div><div>Thanks you!</div><div>-JJ</div>