Bas Couwenberg <[email protected]> wrote: > Correct, python-mapnik has been split off into its own project, and got > its own source package because of that.
Hm, python-mapnik gives me strange messages. This is not my backport only but also your version which I ran in a stretch chroot: # python Python 2.7.11+ (default, May 9 2016, 15:54:33) [GCC 5.3.1 20160429] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mapnik /usr/lib/python2.7/dist-packages/mapnik/__init__.py:74: RuntimeWarning: to-Python converter for std::shared_ptr<mapnik::geometry::geometry<double>> already registered; second conversion method ignored. from ._mapnik import * /usr/lib/python2.7/dist-packages/mapnik/__init__.py:74: RuntimeWarning: to-Python converter for std::shared_ptr<mapnik::feature_impl> already registered; second conversion method ignored. from ._mapnik import * /usr/lib/python2.7/dist-packages/mapnik/__init__.py:74: RuntimeWarning: to-Python converter for std::shared_ptr<mapnik::Featureset> already registered; second conversion method ignored. from ._mapnik import * /usr/lib/python2.7/dist-packages/mapnik/__init__.py:74: RuntimeWarning: to-Python converter for std::shared_ptr<mapnik::datasource> already registered; second conversion method ignored. from ._mapnik import * /usr/lib/python2.7/dist-packages/mapnik/__init__.py:74: RuntimeWarning: to-Python converter for std::shared_ptr<mapnik::image_any> already registered; second conversion method ignored. from ._mapnik import * Is this harmless? Looks like this has already been reported upstream: https://github.com/mapnik/python-mapnik/issues/94 Sven -- "Thinking of using NT for your critical apps? Isn't there enough suffering in the world?" (Advertisement of Sun Microsystems in Wall Street Journal) /me is giggls@ircnet, http://sven.gegg.us/ on the Web _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

