[Mapnik-users] unable to get mapnik to work
Raphaël Jacquot
sxpert at sxpert.org
Wed Jun 13 15:19:04 CEST 2007
after fighting with scons (and hacking the sconscript to use the proper
values) I can't get the thing to work
sxpert at raph /var/www/localhost/htdocs $ python
Python 2.4.4 (#1, May 16 2007, 07:52:14)
[GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mapnik import Projection
>>> p = Projection(['init=epsg:42304'])
Traceback (most recent call last):
File "<stdin>", line 1, in ?
Boost.Python.ArgumentError: Python argument types in
Projection.__init__(Projection, list)
did not match C++ signature:
__init__(_object*)
__init__(_object*, std::string)
>>>
More information about the Mapnik-users
mailing list