Re: [web2py] Using postgresql with py4web gives error

2020-02-22 Thread Maurice Waka
OK. Thanks for the update. I reinstalled postgresql. I'll check performance. Regards On Sat, Feb 22, 2020, 16:38 E L wrote: > If you are using ## in the password, that might cause problems for the > URL/URI parser since # is part of URL structure. > Otherwise, it looks like postgres is not runni

Re: [web2py] Using postgresql with py4web gives error

2020-02-22 Thread E L
If you are using ## in the password, that might cause problems for the URL/URI parser since # is part of URL structure. Otherwise, it looks like postgres is not running. On Wed, Feb 19, 2020 at 10:32 AM Maurice Waka wrote: > > db = DAL( "postgres://mauricewaka:b123test##@localhost:5432/mydb") >

[web2py] Using postgresql with py4web gives error

2020-02-19 Thread Maurice Waka
I used this string to connect to postgresql database db = DAL( "postgres://mauricewaka:b123test##@localhost:5432/mydb") as well as this db = DAL( "postgres://mauricewaka:b123##@localhost/test") But got this error: Traceback (most recent call last): File "/home/maurice/py4web/py4web/core.py"