Dane Springmeyer-4 wrote: > > > To help futher you should run: > > $ldd /usr/local/lib/libmapnik.so > > $ldd /usr/local/lib/libboost_python.so > > and do ldd on the _mapnik.so that should be sitting in the mapnik source > folder here: > > binding/python/ >
The ldd commands show that you were correct. The libboost and libproj libraries are in the /usr/local/lib folder and everything else is in the /usr/local/lib64 or /usr/lib64 folders. Dane Springmeyer-4 wrote: > > > how was python installed? > > I installed Python using http://krisarnold.com/2010/07/14/installing-mapnik-on-centos-5/ this walkthrough. I chose the 64 bit version of Python. Everything else I followed except for the step that told me to change the project-config.jam file since mine already had 2.6 in it (instead of the 2.4 that the walkthrough told me it would be). -- View this message in context: http://old.nabble.com/ImportError-undefined-symbol-Py_Init_Module-tp32008257p32013646.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

