On Sunday, August 18, 2013 3:17:40 PM UTC-5, Nicolas Évrard wrote: > > * Demoy Blake [2013-08-16 18:11 +0200]: > >I have extracted the content of a binary field holding a text file and > wish > >to read its content as a string how may I do this? > > I don't really understand what you're trying to do. > But with tryton, fields.Binary can be accessed like python buffers. > > > http://docs.python.org/2/library/functions.html?highlight=buffer#buffer > > -- > Nicolas Évrard > > B2CK SPRL > 4, rue de Rotterdam > 4000 Liège > Belgium > Tel: +32 472 54 46 59 > E-mail/Jabber: [email protected] <javascript:> > Website: http://www.b2ck.com/ >
thanks got it
