Massimo, That fixed it. Thx for your work on this. BTW, just before your fix here I had tried python 2.6.4 and it still had a problem.
-wes On Fri, Oct 30, 2009 at 3:24 PM, mdipierro <[email protected]> wrote: > > I think I fixed it in trunk. There seems to be a bug in python 2.5 and > python 2.6.1 (fixed in 2.6.2) that does allow copy_reg.pickle() to > register an unpickler that is a staticmethod of the class/object being > pickled. > I moved the staticmethods outside the class and it works. > > Let me know if this works for you. > > Massimo > > <snip> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

