See: http://code.google.com/p/pyfpdf/wiki/Image
fpdf.mage(name, x=None, y=None, w=0, h=0, type='', link='')
should be
fpdf.image(self, name, x, y, w=0, h=0, type='', link=''):
The first parameter is also not "file" as mentioned later on the page.
Original issue reported on code.google.com by kitsu...@gmail.com on 13 Sep 2012 at 8:50
Original issue reported on code.google.com by
kitsu...@gmail.com
on 13 Sep 2012 at 8:50