From 36360f98aa0ab2d4b9a36ec471eeaa1c4018a5ea Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 14 Nov 2008 23:09:50 +0000 Subject: [PATCH] Touched up to make INSTALL a valid reST format --- INSTALL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index fb5663b9d..aec4e0835 100644 --- a/INSTALL +++ b/INSTALL @@ -20,14 +20,15 @@ Run python interpreter and check installation $ python >>> from mapnik import * Traceback (most recent call last): - File "", line 1, in +File "", line 1, in ImportError: No module named mapnik >>> -If you get this error ensure mapnik in is your PYTHONPATH. If you experience other errors see http://trac.mapnik.org/wiki/InstallationTroubleshooting. +If you get this error ensure that Mapnik in is your PYTHONPATH. -If not then visit https://trac.mapnik.org/wiki/GettingStarted for a basic tutorial. +Otherwise your setup is ready. You can now visit http://trac.mapnik.org/wiki/GettingStarted for a basic tutorial. +For troubleshooting other errors see: http://trac.mapnik.org/wiki/InstallationTroubleshooting. Prerequisites -------------