<div>Hi,</div><div><br></div><div>I try to generate my osm.xml file with this command</div><div>/generate_xml.py osm.xml my_osm.xml --dbname xxx --user xxx --password xxx --host localhost --port 5432</div><div>but I have this error:</div>
<div><br></div><div>Traceback (most recent call last):</div><div> File "./generate_xml.py", line 201, in <module></div><div> serialize(template_xml,options)</div><div> File "./generate_xml.py", line 77, in serialize</div>
<div> mapnik.load_map(m,xml,True)</div><div>RuntimeError: Failed to find font face '' in FontSet 'book-fonts'</div><div><br></div><div>I downloaded the code from <a href="http://svn.openstreetmap.org/applications/rendering/mapnik/">http://svn.openstreetmap.org/applications/rendering/mapnik/</a></div>
<div><br></div><div>My scenario is:</div><div>ubuntu server 10.04</div><div>libmapnik0.7 from package</div><div>python-mapnik from package</div><div>mapnik-utils from package</div><div><br></div><div><br></div><div>What is the problem?</div>
<div><br></div><div>Thanks.</div>