he is connecting fine but apparently messed up something because tables
were not created.
@at: try to delete the taxpayer*.table file in the database folder, it
should trigger the migration.
On Tuesday, December 18, 2012 10:56:38 AM UTC+1, Johann Spies wrote:
>
>
>
>>>>>> 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)
>
>
--