I tried to set up the svn version but I have this error : # python scons/scons.py PGSQL_INCLUDES=/usr/local/pgsql/include/ PROJ_INCLUDES=/usr/include PROJ_LIBS=/usr/lib XMLPARSER=libxml2 ... ... Checking for C++ library boost_filesystem-mt... no Could not find header or shared library for boost filesystem, exiting!
I found this information : https://lists.berlios.de/pipermail/mapnik-users/2008-May/000879.html but i have always the same problem Alex > Upgrade your mapnik installation to SVN Head and that should fix the > problem. See http://trac.mapnik.org/changeset/714/ for a patch > otherwise. > > Dane > > > On Sep 29, 2008, at 2:47 AM, garraud.alexandre at neuf.fr wrote: > > > hello, > > > > i have a problem with the use of wms with mapnik on Debain etch. > > When I > > used my server wms I error follows: "ImportError: cannot import name > > rawdata". I found on the maillist [Mapnick-user] a patch for amending > > the method GetMap: > > "def GetMap(self, params): > > m = self._buildMap(params) > > im = Image(params['width'], params['height']) > > render(m, im) > > return Response(params['format'], > > im.tostring(params['format']))" > > Since I have not error but when I loaded a picture I have new error : > > "RuntimeError: unknown format: image / jpeg" . Can someone help me ? > > _______________________________________________ > > Mapnik-users mailing list > > Mapnik-users at lists.berlios.de > > https://lists.berlios.de/mailman/listinfo/mapnik-users
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

