from mapnik import Map, Layer proj4 = '+proj=eqdc +lat_0=0 +lon_0=0 +lat_1=-5 +lat_2=-42 +x_0=0 +y_0=0 +ellps=aust_SA +units=m +no_defs' m = Map(256,256,proj4) lyr = Layer('Name',proj4)