Mapnik Error: 110m_admin_0_boundary_lines_land does not exis

Please help me.

I am trying to render tiles by using mapnik (http://wiki.openstreetmap.org/wiki/Mapnik) but I am getting error like below:

C:\mapnik-0.7.1>d:\svn\mapnik\generate_tiles.py
render_tiles( (-77.229519999999994, 38.899909999999998, -77.140950000000004, 38.947159999999997) d:/
SVN/mapnik/osm.xml c:/tiles/ 15 16 unknown )
Traceback (most recent call last):
File “D:\svn\mapnik\generate_tiles.py”, line 211, in
render_tiles(bbox, mapfile, tile_dir, minZoom, maxZoom)
File “D:\svn\mapnik\generate_tiles.py”, line 129, in render_tiles
renderer = RenderThread(tile_dir, mapfile, queue, printLock, maxZoom)
File “D:\svn\mapnik\generate_tiles.py”, line 59, in init
mapnik.load_map(self.m, mapfile, True)
RuntimeError: d:/SVN/mapnik/world_boundaries/110m_admin_0_boundary_lines_land does not exist (encoun
tered during parsing of layer ‘necountries’)

I downloaded world boundaries files an extracted them into world_boundaries folder.
Here is the files:
http://tile.openstreetmap.org/world_boundaries-spherical.tgz
http://tile.openstreetmap.org/processed_p.tar.bz2
http://tile.openstreetmap.org/shoreline_300.tar.bz2

here is extracted files:

03/10/2007 01:05 PM 3,461,233 builtup_area.dbf
03/10/2007 01:05 PM 279,020 builtup_area.index
03/10/2007 01:05 PM 513 builtup_area.prj
03/10/2007 01:05 PM 13,378,292 builtup_area.shp
03/10/2007 01:05 PM 291,556 builtup_area.shx
03/10/2007 01:07 PM 15,440 places.dbf
03/10/2007 01:07 PM 333 places.prj
03/10/2007 01:07 PM 7,128 places.shp
03/10/2007 01:07 PM 2,108 places.shx
06/04/2010 09:10 AM 5,231,859 processed_p.dbf
06/04/2010 09:10 AM 2,398,552 processed_p.index
06/04/2010 09:10 AM 479,851,504 processed_p.shp
06/04/2010 09:10 AM 4,185,484 processed_p.shx
06/04/2010 07:37 AM 3,031,313 shoreline_300.dbf
06/04/2010 07:37 AM 1,317,508 shoreline_300.index
06/04/2010 07:37 AM 87,144,760 shoreline_300.shp
06/04/2010 07:37 AM 2,020,932 shoreline_300.shx
03/09/2007 02:31 PM 4,145,601 world_bnd_m.dbf
09/09/2007 10:28 PM 250,968 world_bnd_m.index
03/09/2007 02:31 PM 355 world_bnd_m.prj
03/09/2007 02:32 PM 48,495,316 world_bnd_m.shp
03/09/2007 02:32 PM 249,444 world_bnd_m.shx
03/31/2008 12:42 AM 673,969 world_boundaries_m.dbf
03/31/2008 12:48 AM 86,700 world_boundaries_m.index
03/31/2008 12:51 AM 355 world_boundaries_m.prj
03/31/2008 12:42 AM 6,669,352 world_boundaries_m.shp
03/31/2008 12:42 AM 30,556 world_boundaries_m.shx
27 files 663,220,151 байт

The problem is: d:/SVN/mapnik/world_boundaries/110m_admin_0_boundary_lines_land does not exist. Where I can get it or what is missing? Maybe I should configure some configuration files to fix this error ?

My OS Windows Vista.

Thanks for any help!

Vsk, it appears that Steve8 just made a change that requires new shapefiles from http://www.naturalearthdata.com/downloads/. I can tell from the shapefile names in this commit:

http://trac.openstreetmap.org/changeset/21817

So, you need to track down those shapefiles (AND ideally update the wiki with how to download them)?

Dane

I could not find 110m_admin_0_boundary_lines_land.shp and 10m_populated_places.shp files at http://www.naturalearthdata.com/downloads/. Could you give me a direct link on these files please.

Thanks a lot!

I have found required files. Here is links:

http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/10m-populated-places.zip
http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/110m-admin-0-boundary-lines.zip

Thank Springmeyer.