<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">deepzoom now works, I get a nice image and can do
      all the zooming around etc<br>
      <br>
      slidedeck fails with:<br>
      <br>
      <blockquote type="cite">[Mon Jan 13 17:10:08.095716 2014] [:error]
        [pid 28280] [remote 136.159.176.124:44937] mod_wsgi (pid=28280):
        Target WSGI script '/var/www/slidetest/slidedir.wsgi' cannot be
        loaded as Python module.<br>
        [Mon Jan 13 17:10:08.095769 2014] [:error] [pid 28280] [remote
        136.159.176.124:44937] mod_wsgi (pid=28280): Exception occurred
        processing WSGI script '/var/www/slidetest/slidedir.wsgi'.<br>
        [Mon Jan 13 17:10:08.095834 2014] [:error] [pid 28280] [remote
        136.159.176.124:44937] Traceback (most recent call last):<br>
        [Mon Jan 13 17:10:08.095880 2014] [:error] [pid 28280] [remote
        136.159.176.124:44937]&nbsp;&nbsp; File
        "/var/www/slidetest/slidedir.wsgi", line 12, in &lt;module&gt;<br>
        [Mon Jan 13 17:10:08.096071 2014] [:error] [pid 28280] [remote
        136.159.176.124:44937]&nbsp;&nbsp;&nbsp;&nbsp; _setup()<br>
        [Mon Jan 13 17:10:08.096124 2014] [:error] [pid 28280] [remote
        136.159.176.124:44937] TypeError: 'NoneType' object is not
        callable<br>
      </blockquote>
      <br>
    </font>
    <div class="moz-cite-prefix">On 1/13/2014 5:05 PM, Benjamin Gilbert
      wrote:<br>
    </div>
    <blockquote cite="mid:52D47F61.30400@cs.cmu.edu" type="cite">
      <pre wrap="">On 01/13/2014 06:58 PM, Mark Ungrin wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">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'
</pre>
      </blockquote>
      <pre wrap="">
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

_______________________________________________
openslide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:openslide-users@lists.andrew.cmu.edu">openslide-users@lists.andrew.cmu.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a>

</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Dr. Mark Ungrin, Ph.D.
Assistant Professor
Department of Comparative Biology &amp; Experimental Medicine
HMRB 320, 3330 Hospital Drive NW
Calgary, AB  T2N 4N1
University of Calgary, Faculty of Veterinary Medicine

Email: <a class="moz-txt-link-abbreviated" href="mailto:mark.ungrin@ucalgary.ca">mark.ungrin@ucalgary.ca</a>
<a class="moz-txt-link-freetext" href="http://www.ucalgary.ca/ungrinlab">http://www.ucalgary.ca/ungrinlab</a>

office: 403.210.6203
cell: 403.561.6817
lab: 403.210.6545
fax:    403.210.8821

The information contained in this e-mail is only for the use of the individual or entity to whom it is intended. Its contents (including any attachments) are confidential and may contain privileged information. If you are not an intended recipient you must not use, disclose, disseminate, copy or print its contents. If you receive this e-mail in error, please notify the sender by e-mail and delete and destroy the message and all copies.</pre>
  </body>
</html>