[web2py] Re: Web2py 2.27.2 missing pg8000 driver for postgresql databases

2018-11-19 Thread Anthony
pg8000 was removed from web2py contrib (I think due to bugs/lack of maintenance). Anthony On Sunday, November 18, 2018 at 1:46:35 PM UTC-5, jonathan.cl...@whatho.net wrote: > > Hi, > > In the past I have successfully used driver pg8000 to access postgresql > databases via the DAL. I have a liv

[web2py] Re: Web2py 2.27.2 missing pg8000 driver for postgresql databases

2018-11-19 Thread jonathan . clark
Happy to say all I had to do was pip install --user pg8000. On Sunday, 18 November 2018 18:46:35 UTC, jonatha...@whatho.net wrote: > > Hi, > > In the past I have successfully used driver pg8000 to access postgresql > databases via the DAL. I have a live application now using web2py 2.16.1 > and