mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
157 stars 91 forks source link

mapnik import issue #213

Open asheesh1202 opened 4 years ago

asheesh1202 commented 4 years ago

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**

artemp commented 4 years ago

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