<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    you see the trace and you got only 1 error:<br>
    <i>ImportError: could not find osgeo.ogr package or libgdal</i><br>
    <br>
    So install the OGR package for Windows and maybe also the libgbdal
    package.<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries">https://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries</a><br>
    <br>
    <div class="moz-signature">Bye, Mathias
      <hr>
      <font size="-1">
        <a class="moz-txt-link-freetext" href="mailto:tds@tds-net.de">mailto:tds@tds-net.de</a><br>
      </font>
      <hr>
      <font size="-1">
        1+1=10<br>
        You have a question? - 42 or RTFM.
      </font>
    </div>
    <div class="moz-cite-prefix">Am 04.08.2015 um 13:24 schrieb Andrey
      Maraev:<br>
    </div>
    <blockquote
cite="mid:CAOFU10km+S696pU+WxMkDKmO+W3vpRBSzAXeEkLXDA5yBJE0_w@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello there!
        <div>I'm really like this product and now want to get help with
          my issue.<br>
          <div>I've configured Mapproxy 1.8.0 (Windows) for seeding. So,
            I've started the process via  <i>mapproxy-seed.exe -s
              mapproxy\seed_holland.yml -f mapproxy\forseed.yaml
              --progress-file=mapproxy\progresfile</i>. When I configure
            the coverages via bbox like</div>
          <div>
            <div><i>bbox: [5.16, 52.16, 7.2, 53.58]</i></div>
            <i>    bbox_srs: "EPSG:4326</i>" <br>
            it seems to work. But If I try to use bellow scheme for seed
            file:<br>
            <div><i>holland_shp:</i></div>
            <div><i>    ogr_datasource: 'shp/world_boundaries_m.shp'</i></div>
            <div><i>    ogr_where: 'CNTRY_NAME = "Netherlands"'</i></div>
            <div><i>    ogr_srs: 'EPSG:900913'</i></div>
            <div>I get many errors like:<br>
              <div>C:\Python27\Scripts>mapproxy-seed.exe -s
                mapproxy\seed_holland.yml -f <i>mapproxy\forseed.yaml
                  --progress-file=mapproxy\progresfile</i></div>
              <div><i>Traceback (most recent call last):</i></div>
              <div><i>  File
                  "C:\Python27\Scripts\mapproxy-seed-script.py", line 9,
                  in <module></i></div>
              <div><i>    load_entry_point('mapproxy==1.8.0',
                  'console_scripts', 'mapproxy-seed')()</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\script.py",
                  line 248, in main</i></div>
              <div><i>    return SeedScript()()</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\script.py",
                  line 140, in __call__</i></div>
              <div><i>    seed_tasks = seed_conf.seeds(seed_names)</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\config.py",
                  line 197, in seeds</i></div>
              <div><i>    seed_conf = SeedConfiguration(seed_name,
                  seed_conf, self)</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\config.py",
                  line 278, in __init__</i></div>
              <div><i>    ConfigurationBase.__init__(self, name, conf,
                  seeding_conf)</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\config.py",
                  line 224, in __init__</i></div>
              <div><i>    self.coverage = self._coverages()</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\config.py",
                  line 233, in _coverages</i></div>
              <div><i>    coverages = [self.seeding_conf.coverage(c) for
                  c in self.conf.get('coverages', {})]</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\util\py.py",
                  line 78, in wrapper</i></div>
              <div><i>    cache[args] = func(self, *args)</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\seed\config.py",
                  line 152, in coverage</i></div>
              <div><i>    coverage = load_coverage(coverage_conf)</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\config\coverage.py",
                  line 42, in load_coverage</i></div>
              <div><i>    geom = load_ogr_datasource(datasource, where)</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\util\geom.py",
                  line 74, in load_ogr_datasource</i></div>
              <div><i>    from mapproxy.util.ogr import OGRShapeReader,
                  OGRShapeReaderError</i></div>
              <div><i>  File
                  "C:\Python27\lib\site-packages\mapproxy-1.8.0-py2.7.egg\mapproxy\util\ogr.py",
                  line 218, in <module></i></div>
              <div><i>    raise ImportError('could not find osgeo.ogr
                  package or libgdal')</i></div>
              <div><i>ImportError: could not find osgeo.ogr package or
                  libgdal</i></div>
            </div>
            <div>I suspect something's going wrong with ogr module but
              confused where it placed.<br>
              Could you please help me with this issue?</div>
            <div><br>
            </div>
            -- <br>
            <div class="gmail_signature">
              <div dir="ltr">
                <div>Best Regards!</div>
                <div>Andrey Maraev</div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
MapProxy mailing list
<a class="moz-txt-link-abbreviated" href="mailto:MapProxy@lists.osgeo.org">MapProxy@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapproxy">http://lists.osgeo.org/mailman/listinfo/mapproxy</a></pre>
    </blockquote>
    <br>
  </body>
</html>