[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-06 Thread David Watson
I had the same crash as David Marko on the welcome app. On Jan 6, 2:23 am, David Marko dma...@tiscali.cz wrote: I have the same problem here. Whats more with latest trunk I cant openhttp://127.0.0.1:8000/welcome/default/index. It raises: Traceback (most recent call last):   File

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-06 Thread Massimo Di Pierro
pleas try again On Jan 5, 10:59 pm, David Watson davidthewat...@gmail.com wrote: Hi Massimo, I updated and now it fails with a similar exception on close: Traceback (most recent call last):   File /Users/david/web2py/gluon/main.py, line 466, in wsgibase    

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-06 Thread Massimo Di Pierro
? this line should not be in trunk: r = self.represent_exceptions(self,obj,fieldtype) it is r = self.represent_exceptions(obj,fieldtype) Massimo On Jan 6, 1:23 am, David Marko dma...@tiscali.cz wrote: I have the same problem here. Whats more with latest trunk I cant

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-06 Thread dederocks
Works now -- thank you! On 6 jan, 14:21, Massimo Di Pierro massimo.dipie...@gmail.com wrote: ? this line should not be in trunk: r = self.represent_exceptions(self,obj,fieldtype) it is r = self.represent_exceptions(obj,fieldtype) Massimo On Jan 6, 1:23 am, David Marko dma...@tiscali.cz

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-06 Thread David Marko
CouchDB si working for me as well. How can I get the original couchDb connection object from couchDB driver so can use another functions such as attachment handling etc.? Thanks!! David

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-05 Thread mdipierro
this should now be fixed.please try. On Jan 5, 8:21 pm, David Watson davidthewat...@gmail.com wrote: Hello, I am running CouchDBX 1.0.1 on Mac OS X 10.6 with couchdb-python version 0.8. I am using the following code in db.py:     db=DAL('couchdb://127.0.0.1:5984')    

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-05 Thread David Watson
Hi Massimo, I updated and now it fails with a similar exception on close: Traceback (most recent call last): File /Users/david/web2py/gluon/main.py, line 466, in wsgibase BaseAdapter.close_all_instances('commit') File /Users/david/web2py/gluon/dal.py, line 283, in close_all_instances

[web2py] Re: couchdb sample: AttributeError: 'Server' object has no attribute 'commit'

2011-01-05 Thread David Marko
I have the same problem here. Whats more with latest trunk I cant open http://127.0.0.1:8000/welcome/default/index . It raises: Traceback (most recent call last): File c:\java\web2py\gluon\restricted.py, line 188, in restricted exec ccode in environment File