mapnik-2.0.0 Python modules are installed in site-packages/mapnik2 but are not compiled. Fixed for me by adding to pkg_postinst(): if use python ; then python_mod_optimize mapnik2 fi and: pkg_postrm() { if use python ; then python_mod_cleanup mapnik2 fi }
Fixed in main tree. Thanks for the report.