On Tue, May 13, 2008 at 8:37 PM, Anand Chitipothu <[EMAIL PROTECTED]>
wrote:
>
> > the server running postgres is still the same.. i did not upgrade the
> data
> > base server. ... i ve upgraded only the application server.
> >
> > how to get more information on why it is aborting? is there some sort of
> > debug info to get.. am really stuck here!
>
> Do you have psycopg2 python module installed?
this seems to be the problem.. and the database settings are definitely
correct...
>>> import web
>>> db=web.database(dbn='postgres', user='XX', pw='YY', db='ZZ', host='HH')
>>> db._ctx
<Storage {}>
>>> db._db_cursor()
Aborted
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---