<div dir="ltr"><div>I installed 32-bit openslide and copied all the dll files from bin to C:/windows/system32 path. If i try executing openslide-show-properties inside bin it works fine , but not outside(gives lib-glib.dll is missing). So i copied all the dll files and copied inside F:\Python342\Scripts\openslide-python-1.0.1\examples\deepzoom  and brought up the deepzoom server . If i try connecting to it frm a web browser with <a href="http://localhost:5000">http://localhost:5000</a> , i get server error.<br><br>&gt;&gt;&gt; ================================ RESTART ================================<br>&gt;&gt;&gt; <br> * Running on <a href="http://127.0.0.1:5000/">http://127.0.0.1:5000/</a><br>127.0.0.1 - - [09/Nov/2014 19:21:25] &quot;GET / HTTP/1.1&quot; 500 -<br>======================================<br><br></div><div>Am i using the server right way? my understanding is i should be able to view the list of images in the current directory.<br> <br></div><div>Thanks,<br></div><div>Kavitha<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 9, 2014 at 12:01 PM, Benjamin Gilbert <span dir="ltr">&lt;<a href="mailto:bgilbert@cs.cmu.edu" target="_blank">bgilbert@cs.cmu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/09/2014 01:10 AM, Kavitha Raghupathy wrote:<br>
&gt; With this i understand it is 32-bit Python that was installed.<br>
<br>
</span>32-bit programs cannot load 64-bit DLLs.  If you want to use OpenSlide<br>
with 32-bit Python, install 32-bit OpenSlide in the 32-bit search path.<br>
<div class="HOEnZb"><div class="h5"><br>
--Benjamin Gilbert<br>
<br>
_______________________________________________<br>
openslide-users mailing list<br>
<a href="mailto:openslide-users@lists.andrew.cmu.edu">openslide-users@lists.andrew.cmu.edu</a><br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a><br>
</div></div></blockquote></div><br></div>