Mapnik module not found -


after upgrading os yosemite wanted go newest version of mapnik. made clean install of os on new hard drive , installed things need using homebrew.

after installing successfully, when try import mapnik get:

traceback (most recent call last): file "<string>", line 1, in <module> importerror: no module named mapnik  mapnik-config -v 3.0.0 

i have tried can think of , tried searching everywhere can't running. highly appreciated!

finally found answer. python bindings have installed separately like:

python setup.py install 

https://github.com/mapnik/python-mapnik


Comments