[web2py] Re: CouchDB support

2016-10-27 Thread Niphlod
couchdb support is experimental. to "enable" it, you must use the source version and install the 'couchdb' module using pip to make it available to web2py. On Tuesday, October 25, 2016 at 7:06:09 AM UTC+2, Robert F wrote: > > Still on the learning curve regarding Web2py but would like to know ho

[web2py] Re: couchdb support again

2010-12-23 Thread ron_m
ii python-couchdb 0.6-1 from Ubuntu 10.04.1 dpkg -l I have to go visit a customer site today so will look again tonight. I think it is probably time for me to update direct from Apache. This may be a problem since the rest of the release a

[web2py] Re: couchdb support again

2010-12-22 Thread David Marko
Also how can get the original CouchDB connection object so I can use CouchDB driver methods directly like attachment download/upload etc. Thank you, David

[web2py] Re: couchdb support again

2010-12-22 Thread David Marko
I have Couchdb 0.9dev-py-2.7 in windows and still have the same issue: VERSIONweb2py™Version 1.91.4 (2010-12-22 17:31:23)PythonPython 2.7.1: c:\python27\python.exeTRACEBACK 1. 2. 3. 4. 5. 6. 7. 8. 9. Traceback (most recent call last): File "c:\java\web2py\gluon\main.py", line 437, in wsgibase

[web2py] Re: couchdb support again

2010-12-22 Thread mdipierro
h I think we do not have the same driver. Mine is called CouchDB-0.9dev-py2.5 On Dec 23, 1:05 am, ron_m wrote: > I copied the welcome application and put the above code into > models/couch_test.py and removed all other model files so there would be no > conflicts. This is in a clone of t

[web2py] Re: couchdb support again

2010-12-22 Thread ron_m
I copied the welcome application and put the above code into models/couch_test.py and removed all other model files so there would be no conflicts. This is in a clone of trunk updated by hg pull and hg update a few minutes ago. I get this traceback camcent...@dev64:~/Dev/web2py_hg$ python web2