Updated GettingStartedInPython (markdown)

rgbkrk 2013-02-17 04:16:15 -08:00
parent 72c9f27621
commit b09648c7af

@ -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)