From: Xueying Ni <xy...@eb...> - 2003-04-21 21:23:28
|
Hi, Gerhard: Here is the traceback I can offer so far: try: db=3Dpg.DB('xxx', 'localhost', 5433, '', '', 'xxx', 'xxx') except: print sys.exc_type, sys.exc_value _pg.error ERROR: No such attribute or function 'attisdropped' Any ideas? Are there other ways to show more detail traceback of the=20 error? Xueying On Wed, 9 Apr 2003, Gerhard H=E4ring wrote: > Xueying Ni wrote: > > Dear pyGreSQL experts: >=20 > Hell, no! ;-) >=20 > > Since my web hosting company announced adding the addition of Postgre= SQL=20 > > 7.3.2 on all operational servers, my web database application can not= be=20 > > accessed from the web browser anymore. > >=20 > > The following pg.error message occured when trying to connect to the=20 > > database from web: > >=20 > > Error: No such attribute or function 'attisdropped'.=20 > >=20 > > The web applcation is running pyPgSQL 2.3 on Red Hat Linux 7.1 apach= e=20 > > server, PostgreSQL 7.2, and Python 2.1. I have a non-superuser Postg= reSQL=20 > > account.=20 > >=20 > > Any ideas about it? >=20 > Do you have a traceback to offer? >=20 > -- Gerhard >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debu= gger=20 > for complex code. Debugging C/C++ programs can leave you feeling lost a= nd=20 > disoriented. TotalView can help you find your way. Available on major U= NIX=20 > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Pypgsql-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypgsql-users >=20 |