python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

mapnik import issue

Open asheesh1202 opened this issue 6 years ago • 1 comments

I have installed mapnik from pip using following command pip install mapnik

while importing mapnik I get following issue

import mapnik File "/cygdrive/e/open_steet_map/osm_env/lib/python2.7/site-packages/mapnik/init.py", line 72, in from _mapnik import * ImportError: No module named _mapnik

asheesh1202 avatar Nov 12 '19 15:11 asheesh1202

@asheesh1202 - This usually indicates that your PYTHONPATH is not configured correctly. Consult python docs for your OS on how to check and amend PYTHONPATH

artemp avatar Nov 14 '19 17:11 artemp