On Monday 22 January 2007 14:23, Ed Leafe wrote: > On Jan 22, 2007, at 5:06 PM, johnf wrote: > > Thanks - I believe that is the first time you have told me the > > python data > > type you used for the images. Now I'll have to review how > > array.array works. > > The code's been in dCursorMixin since last June. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Well I guess I should have looked at the commented code a little more closely. Because it is the only place I find it. # elif isinstance(field_val, array.array): # # Usually blob data # ret = field_val.tostring() so how did you convert a string into a image that dabo can use. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
