Updated GettingStartedInPython (markdown)
parent
72c9f27621
commit
b09648c7af
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Please note that if you are using mapnik 2.0.0 then you will need to adjust the
|
|||
|
||||
Next test the python bindings. You should be able to open a terminal and type:
|
||||
|
||||
python -c "import mapnik;print mapnik.__file__" # should return the path to the python bindings and no errors
|
||||
python -c "import mapnik2;print mapnik2.__file__" # should return the path to the python bindings and no errors
|
||||
|
||||
If the above does not work (e.g. throws an `ImportError`) then please go back and ensure Mapnik is properly [installed](Mapnik-Installation). If you need help, sign up for the [mailing list](http://mapnik.org/contact/) to ask questions or join the [#mapnik room on freenode IRC](irc://irc.freenode.net/mapnik)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue