On Jan 6, 2010, at 9:54 AM, Thomas Woodham wrote: > from _mapnik import * > ImportError: /usr/lib/libboost_python.so.2: undefined symbol: > PyUnicodeUCS4_FromEncodedObject >
It appears that the Mapnik Python bindings linked against the wrong version of boost python. Did you install boost from packages previously? Can you uninstall the boost in /usr/lib and re-checkout the 0.7 branch and try again? Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

