Issues Running Deepzoom-server.py on Apache (Windows)

Benjamin Gilbert bgilbert at cs.cmu.edu
Tue Mar 29 22:18:29 EDT 2016


On Wed, Mar 23, 2016 at 02:30:17PM +0000, Ranga Raj via openslide-users wrote:
> Where should this DLL be placed?I have tried the obvious locations...In
> fact, my sample WSGI file lists the sys.path and other entries as below.

sys.path is the search path for Python modules, not DLLs.  The DLL search
path is documented here:

    https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586%28v=vs.85%29.aspx

On Wed, Mar 23, 2016 at 06:29:58PM +0000, Ranga Raj via openslide-users wrote:
> libopenslide-0 was found at: C:\Apache24\bin\libopenslide-0.dll
> libcairo-2 was found at: C:\DATA\openslide-win64-20150527\bin\libcairo-2.dll

The path to libopenslide-0.dll looks reasonable, but note that *all* of the
DLLs from openslide-win64-20150527\bin need to be in the DLL search path.

--Benjamin Gilbert


More information about the openslide-users mailing list