From 548407e286f41f41a60328a8ae9a36d02dabc96e Mon Sep 17 00:00:00 2001 From: toton6868 Date: Mon, 17 Jun 2013 23:32:02 -0700 Subject: [PATCH] Mapnik Version Name was written v0.2.2 by mistake I think. --- WindowsInstallation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WindowsInstallation.md b/WindowsInstallation.md index c3d4e2b..70d0805 100644 --- a/WindowsInstallation.md +++ b/WindowsInstallation.md @@ -49,7 +49,7 @@ This Guide will walk you through installing Mapnik and then running a test scrip 3. Set your system and/or users environment variables: * Hint: _Control Panel->System->Advanced->Environment Variables_ - a. add *"C:\mapnik-v0.2.2\lib"* to the `PATH` variable. + a. add *"C:\mapnik-v2.2.0\lib"* to the `PATH` variable. * Note: you may also need to set your user path environment variable. * If the variable `PATH` is not already present, add it. * Setting this correctly allows the Mapnik python bindings to find the `mapnik.dll` @@ -117,4 +117,3 @@ Solution: * You likely have an older system and need to install the 2008 Visual Studio Runtime Libraries (msvcrt90.dll) from the [Microsoft Developer Network](http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en). If that does not fix it you may also be missing the [2005 version](http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en) * This problem may also occur on a freshly installed system that is missing some dependecies or has an incompatible version of some DLLs. In my case I had to install the MSVC dependencies (vcredist_x86.exe) and additionally put a downloaded msvcr90.dll into the mapnik/lib folder. * You can get more information on what is missing or incompatible by examining mapnik.dll with [Dependency Walker](http://www.dependencywalker.com/). On a 64bit system you must use the 32bit Version. -