Re: [web2py] py4web psycopg2 error

2020-02-18 Thread Maurice Waka
Thanks. It's working now. Regards On Tue, Feb 18, 2020, 18:31 E L wrote: > you need to install psycopg2 package > pip3 install psycopg2 > or > pip3 install psycopg2-binary > > On Tue, Feb 18, 2020 at 7:52 AM Maurice Waka > wrote: > > > > SO I start importing/changing from web2py to py4web. > >

Re: [web2py] py4web psycopg2 error

2020-02-18 Thread E L
you need to install psycopg2 package pip3 install psycopg2 or pip3 install psycopg2-binary On Tue, Feb 18, 2020 at 7:52 AM Maurice Waka wrote: > > SO I start importing/changing from web2py to py4web. > File > "/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/base.py", > line 13

[web2py] py4web psycopg2 error

2020-02-18 Thread Maurice Waka
SO I start importing/changing from web2py to py4web. On trying to install the index page and try it, I get this error: Traceback (most recent call last): File "/home/maurice/.local/lib/python3.6/site-packages/pydal/base.py", line 506, in __init__ self._adapter = adapter(**kwargs) File "/