Slidedeck.py question
JianJiong Gao
jgao at cbio.mskcc.org
Wed Oct 31 14:05:17 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20121031/060c1dd3/attachment-0001.html
More information about the openslide-users
mailing list