I recevide the same error message, try 


> lyr = Layer('osm', '+init=epsg:4326')
> lyr.datasource =
> Shapefile(file='/usr/local/mapnik_rendering/world_boundaries/world_boundaries_m')
> lyr.title = 'Title'
> lyr.abstract = 'Abstract'
> 

instead of 



> lyr = Layer(name='osm', type='shape',
> file='/usr/local/mapnik_rendering/world_boundaries/world_boundaries_m')
> 

-- 
View this message in context: 
http://www.nabble.com/OSM%2C-Mapnik-and-WMS-support-tp18126808p19488670.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to