I'm trying to install mapnik on Windows XP.
After diligently following the instructions on their website (http://trac.mapnik.org/wiki/WindowsInstallation), it fails with the message:
File "<stdin>", line 1, in <module>
File "C:\mapnik-0.7.1\python\2.6\site-packages\mapnik\__init__.py", line 43, in <module> from _mapnik import *
ImportError: DLL load failed: The specified procedure could not be found.
I tried the OSGEO4W installer as well, which is no more successful but before displaying the same error message also produces a pop-up saying:
"The procedure entry point xmlCtxtReadMemory could not be located in the dynamic link library libxml2.dll."
The Trouble Shooting suggestions highlighted a couple of possible missing dlls. I installed both of those but failed to resolve the problem.
Dependency Walker identified a further three missing dlls, which I also installed, and yet still without solving the problem.
Any suggestions hugely appreciated!