Python Forum

Full Version: problem with mapnik in anaconda python 2: from _mapnik import * ImportError: DLL load
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using anaconda to write geographic programs, so I need to use packages like mapnik.
After installing mapnik in anaconda2, it started to error...First about mapnik itself and after do some actions now it's reached to this error:

from _mapnik import *

ImportError: DLL load failed: The specified module could not be found.

I installed it with pip command in anaconda command prompt with some minor errors.
My system: windows 8.1 64 bit, anaconda 2,python 2.7, mapnik 2.2.0