openslide-python ubuntu 12.04

Daniel Matthews d.matthews1 at uq.edu.au
Thu Jan 23 01:41:35 EST 2014


Hi Benjamin,

Worked! Thanks so much for your help and the fast response!

Dan.




On 23/01/14 3:43 PM, "Benjamin Gilbert" <bgilbert at cs.cmu.edu> wrote:

>On 01/23/2014 12:22 AM, Daniel Matthews wrote:
>> openslide.lowlevel.OpenSlideError: OpenSlide >= 3.3.0
>
>Hi Daniel,
>
>That should have been "OpenSlide >= 3.3.0 required".  Ubuntu 12.04 ships
>OpenSlide 3.2.5, so you'll need to install OpenSlide from source.
>
>> I also tried compiling the latest source code with:
>>
>> ./configure
>> make
>> make install
>
>Things to check:
>
>- make install (as root) should have installed libopenslide.so.* into
>/usr/local/lib.  Did it?
>
>- Run "sudo ldconfig", then try again.
>
>- Run "LD_LIBRARY_PATH=/usr/local/lib python", then try "import
>openslide".  If this works, your library search path is taking the
>packaged OpenSlide before the one in /usr/local.  Uninstall the
>libopenslide0 package and try again.
>
>--Benjamin Gilbert
>
>_______________________________________________
>openslide-users mailing list
>openslide-users at lists.andrew.cmu.edu
>https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users



More information about the openslide-users mailing list