Mapnik Version Name was written v0.2.2 by mistake I think.
parent
16ecda3c8f
commit
548407e286
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue