module object has no attribute ISO

From: "John L(dot) Turner" <jlt(at)wvinter(dot)net>
To: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: module object has no attribute ISO
Date: 2002-07-20 12:21:43
Message-ID: 200207201221.43974.jlt@wvinter.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Have installed pyPgSQL and ran tests, they seem to be reporting ok !

Tried to (Select * From \"Table Revision Schedule\"")
And print the fields.

I get an error:
'module' object has no attribute ISO

The table has four fields
field name type size not null
rev_id int4 4 NOT NULL
rev_date date 4
rev_desc varchar(80) 255
rev_ver varchar(10) 10

*** From pgaccess the query returns correctly no Errors

Thanks in advance for ANY comments.

--
John Turner
http://home.ntelos.net/~JLT
"Just because you do not know the answer
does not mean that someone else does"
Stephen J. Gould, {rip}

Browse pgsql-interfaces by date

  From Date Subject
Next Message Salustiano Villanueva 2002-07-21 14:57:22 pgaccess: backgroud colors
Previous Message Michael Meskes 2002-07-20 11:45:28 Re: ecpg & host variables