>
>>>>> Then I've define following statement in db.py:
>>>>> *db = DAL('postgres://testuser:12345@localhost/testdb')*
>>>>>
>>>>
I do not use Windows but maybe you can try using the port number on which
the postgresql-server is listening in your connection string eg.:

*db = DAL('postgres://testuser:12345@localhost:5432/testdb')*

On Linux 5432 is the default port.

Also check your postgresql-logfile for possible problems.

Regards
Johann
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 



Reply via email to