Did you install SQLAlchemy 0.4? I think it's because SASelectResults has been replaced by a function instead of a class in 0.4.
On Sep 18, 12:43 am, Fred C <[EMAIL PROTECTED]> wrote: > Yesterday I have upgraded to TG 1.0.4b1 and I have this error with > paginate. I don't understand where that SASelectResults come from. I > am using SQLObject in my application. > > File "/usr/local/lib/python2.5/site-packages/TurboGears-1.0.4b1- > py2.5.egg/turbogears/paginate.py", line 129, in decorated > (SASelectResults and isinstance(var_data, SASelectResults)) or \ > TypeError: isinstance() arg 2 must be a class, type, or tuple of > classes and types > > -fred- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

