<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Helvetica, Arial, sans-serif">I've installed Mapproxy on
      Windows 7 64-bit, following the docs: <br>
      <a class="moz-txt-link-freetext" href="http://mapproxy.org/docs/nightly/install_windows.html">http://mapproxy.org/docs/nightly/install_windows.html</a><br>
      <br>
      I had to compile PIL, as a binary version was not available for my
      system. I experienced complaints about the lack of vcvarsall.bat,
      but in the end I managed to compile it using the free Windows SDK
      C/C++ compiler from Microsoft, as explained here: <br>
<a class="moz-txt-link-freetext" href="https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows">https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows</a><br>
      <br>
      Now, when I test the demo, I get a grey empty box instead of a
      map, and the following error is logged:<br>
    </font><font face="Helvetica, Arial, sans-serif"><font
        face="Helvetica, Arial, sans-serif">IOError: decoder zip not
        available </font><br>
      <br>
      This makes sense, as I noticed the following warning </font><font
      face="Helvetica, Arial, sans-serif">when installing PIL or pillow
      with easy-install:<br>
    </font><font face="Helvetica, Arial, sans-serif"><font
        face="Helvetica, Arial, sans-serif">*** ZLIB (PNG/ZIP) support
        not available</font><br>
      <br>
      I've downloaded the official ZLIB1.DLL, precompiled from zlib
      version 1.2.8. But now the point is--how can I do an easy-install
      pillow, and have ZLIB support available?<br>
      <br>
      Cheers<br>
    </font>
  </body>
</html>