From: <gh...@gh...> - 2003-04-22 14:19:33
|
Xueying Ni wrote: > Hi, Gerhard: > > Here is the traceback I can offer so far: > > try: db=pg.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 > error? Did you notice you're on the *pyPgSQL* list? This looks suspiciously like a snippet of code using *PyGreSQL*. The PyGreSQL list is over there: http://mail.vex.net:99/mailman/listinfo/pygresql To my knowledge there is no released version of PyGreSQL that supports PostgreSQL 7.3. One more reason to switch :-) -- Gerhard |