On Sun, Jan 30, 2011 at 12:50 PM, Parveen Arora <[email protected]> wrote: > On Sun, Jan 30, 2011 at 12:46 PM, yvecai <[email protected]> wrote: >> Try: >> >> $./generate_xml.py osm.xml --dbname gis --user parveen --accept-none > > $./generate_xml.py --dbname gis --user username --accept-none > ran successfully > but > $./generate_image.py is giving error: > > Traceback (most recent call last): > File "./generate_image.py", line 37, in <module> > mapnik.load_map(m,mapfile) > RuntimeError: PSQL error: > FATAL: Ident authentication failed for user "parveen" (encountered > during parsing of layer 'leisure')
Authentication issue. Visit: http://wiki.openstreetmap.org/wiki/Mapnik and search for "authentication failed for user". Solution is there. -- H.S.Rai _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

