On Fri, 2006-01-12 at 16:44 -0500, Karl Guertin wrote: > On 12/1/06, iain duncan <[EMAIL PROTECTED]> wrote: > > Pickle problem solved. =) > > Explanations for posterity appreciated.
That one turned out to be a stupid error. In the madness of the CentOS debacle some files had got out sync, so I was inadvertently trying to pickle a column manually and then drop it into a table that was already declared with PickleCol. No double pickle action allowed apparently! ; ) Thanks Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

