I do not think you have the latest dal.py. Please download a clean new one.
On Dec 10, 1:25 am, David Marko <[email protected]> wrote: > I'm running latest trunk version of web2py and trying using DAL with > CouchDB. I'm still getting following error. > > Traceback (most recent call last): > File "c:\java\web2py\gluon\main.py", line 488, in wsgibase > BaseAdapter.close_all_instances(BaseAdapter.rollback) > File "c:\java\web2py\gluon\dal.py", line 270, in close_all_instances > action(instance) > File "c:\java\web2py\gluon\dal.py", line 1026, in rollback > return self.connection.rollback() > AttributeError: 'Server' object has no attribute 'rollback' > > Is there something I'm missing? > > David

