If I run this in Jessie: #!/usr/bin/env python from mapnik import * for face in FontEngine.face_names(): print face I get a long list of fonts (100 or so). In sid, I get no output. Ruben