Install advice?
Benjamin Gilbert
bgilbert at cs.cmu.edu
Mon Jan 13 19:05:53 EST 2014
On 01/13/2014 06:58 PM, Mark Ungrin wrote:
> 136.159.176.124:894] AttributeError: 'Flask' object has no attribute
> 'load_slide'
>
> 136.159.176.124:894] AttributeError: 'Flask' object has no attribute
> '_setup'
I gave you bad advice. The correct version is:
from deepzoom_server import load_slide
load_slide()
or
from slidedeck import _setup
_setup()
--Benjamin Gilbert
More information about the openslide-users
mailing list