I just finished installing mapnik from source (by the way,
libboost-serialization is required but not specified in the documentation)
on my Ubuntu 8.04 machine and am now trying to run the test in python. All
dependencies were installed via apt-get. I get the following error:

[EMAIL PROTECTED]:~/mapnik$ python
Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mapnik import *;
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/mapnik/__init__.py", line 31, in
<module>
    from _mapnik import *
ImportError: /usr/lib/python2.5/site-packages/mapnik/_mapnik.so: undefined
symbol: _ZN6mapnik5Layer21set_clear_label_cacheEb

Any tips?
-- 
View this message in context: 
http://www.nabble.com/Python-Mapnik-binding-not-working-tp17549588p17549588.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to