Traceback (most recent call last):
File "/srv/server/metaserver/metaserver/lib/base.py", line 56, in
__call__
ret = WSGIController.__call__(self, environ, start_response)
File "/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/
controllers/core.py", line 195, in __call__
after = self._inspect_call(self.__after__)
wasn't getting this on the betas of sqlalchemy, but am getting it on
rc3. any ideas?

File "/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/
controllers/core.py", line 79, in _inspect_call
result = func(**args)
File "/srv/server/metaserver/metaserver/lib/base.py", line 96, in
__after__
metaserver.model.Session.commit()
File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.5.0rc3-py2.5.egg/
sqlalchemy/orm/scoping.py", line 121, in do
return getattr(self.registry(), name)(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.5.0rc3-py2.5.egg/
sqlalchemy/orm/session.py", line 670, in commit
self.transaction.commit()
File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.5.0rc3-py2.5.egg/
sqlalchemy/orm/session.py", line 385, in commit
self._remove_snapshot()
File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.5.0rc3-py2.5.egg/
sqlalchemy/orm/session.py", line 306, in _remove_snapshot
_expire_state(s, None)
File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.5.0rc3-py2.5.egg/
sqlalchemy/orm/attributes.py", line 985, in expire_attributes
self.dict.pop(key, None)
AttributeError: 'NoneType' object has no attribute 'pop'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to