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 &lt;svs folder&gt;</div>

<div><br></div><div><div>Traceback (most recent call last):</div><div>  File &quot;slidedeck.py&quot;, line 24, in &lt;module&gt;</div><div>    from openslide import OpenSlide, OpenSlideError</div><div>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/openslide/__init__.py&quot;, line 32, in &lt;module&gt;</div>

<div>    from openslide import lowlevel</div><div>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/openslide/lowlevel.py&quot;, line 41, in &lt;module&gt;</div><div>    _lib = cdll.LoadLibrary(&#39;libopenslide.0.dylib&#39;)</div>

<div>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py&quot;, line 443, in LoadLibrary</div><div>    return self._dlltype(name)</div><div>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py&quot;, 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>