On May 31, 12:53 pm, ceriox <[email protected]> wrote: > like object... > > i need to generate a label with barcode > > anybody have an example?
In general, you need to generate an image of some sort, based on data. To print images on badges, you could look at the mk_barcode() function in http://code.google.com/p/web2conf/source/browse/applications/register/controllers/badge.py?repo=pycon2010 Although I haven't tried this, you might also look at: http://javascript-library-tips.changblog.com/2009/12/jquery-barcode.html - Yarko > > thanks

