Re: getting serialized data into and out of a database

2007-10-30 Thread Michael Pelz Sherman
THANK YOU! I needed to use tostring() in this case but the key was realizing what kind of data I was dealing with. Gabriel Genellina <[EMAIL PROTECTED]> wrote: En Mon, 29 Oct 2007 19:07:18 -0300, Michael Pelz Sherman escribió: > I'm having a devil of a time getting serialized

Re: getting serialized data into and out of a database

2007-10-29 Thread Gabriel Genellina
En Mon, 29 Oct 2007 19:07:18 -0300, Michael Pelz Sherman <[EMAIL PROTECTED]> escribió: > I'm having a devil of a time getting serialized data into and out of a > database (MySQL in this case) using python and MySQLdb. > > I have some C code that has its own serial

getting serialized data into and out of a database

2007-10-29 Thread Michael Pelz Sherman
I'm having a devil of a time getting serialized data into and out of a database (MySQL in this case) using python and MySQLdb. I have some C code that has its own serialization/deserialization functions, which we've wrapped using SWIG. I am able to save the serialized C structs t