You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
C:\dev2\mapnik-v2.3.0\mapnik\demo>python
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
import mapnik
provpoly_lyr = mapnik.Layer('Provinces')
provpoly_lyr.datasource = mapnik.Shapefile(file='../data/boundaries', encodi
ng='latin1')
Traceback (most recent call last):
File "", line 1, in
File "C:\mapnik-v2.3.0\python\2.7\site-packages\mapnik__init__.py", line 351,
in Shapefile
return CreateDatasource(keywords)
RuntimeError: Cannot load symbols: could not open: 'shape'
someone has a good advice ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
C:\dev2\mapnik-v2.3.0\mapnik\demo>python
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
someone has a good advice ?
The text was updated successfully, but these errors were encountered: