I'm still in the login with fbauth and ontengo the following:
sqlalchemy.orm.exc.DetachedInstanceError DetachedInstanceError: Parent instance <User at 0x7fcd134c0090> is not bound to a Session; lazy load operation of attribute 'fbauth' cannot proceed Traceback (most recent call last) File "/home/diegogarcia/regina/lib/python2.7/site-packages/tgcomments/templates/comments_partial.html" , line 18, in <Expression u "h.tgcomments.get_user_avatar(request.identity['user'])"> <td><img style= "height:32px;" File "/home/diegogarcia/regina/lib/python2.7/site-packages/tgcomments/lib/__init__.py" , line 20, in get_user_avatar fbauth = getattr(user, 'fbauth', None) File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/attributes.py", line 237, in __get__ return self.impl.get(instance_state(instance), dict_) File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/attributes.py", line 578, in get value = self.callable_(state, passive) File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/strategies.py", line 501, in _load_for_state (orm_util.state_str(state), self.key) DetachedInstanceError: Parent instance <User at 0x7fcd134c0090> is not bound to a Session; lazy load operation of attribute 'fbauth' cannot proceed -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

