Re: [Tutor] Problem with pgbd & datetime

2005-07-28 Thread Don Parris
On 7/28/05, Gabriel Farrell <[EMAIL PROTECTED]> wrote: > On Wed, Jul 27, 2005 at 07:13:49PM -0400, Don Parris wrote: > > pg/pgdb are both part of the PyGreSQL distribution. You can choose > > whichever you want to use, but pgdb supports the 2.0 API, whereas > > (according to the readme) pg does no

Re: [Tutor] Problem with pgbd & datetime

2005-07-28 Thread Gabriel Farrell
On Wed, Jul 27, 2005 at 07:13:49PM -0400, Don Parris wrote: > pg/pgdb are both part of the PyGreSQL distribution. You can choose > whichever you want to use, but pgdb supports the 2.0 API, whereas > (according to the readme) pg does not. I will try pg when I get back > to my box tonight, but woul

Re: [Tutor] Problem with pgbd & datetime

2005-07-27 Thread Don Parris
On 7/27/05, Gabriel Farrell <[EMAIL PROTECTED]> wrote: > Are you using PyGreSQL? import pgdb works fine for me with PyGreSQL. > I'm on Debian but I assume there's a package for it for SUSE. > > gsf > > pg/pgdb are both part of the PyGreSQL distribution. You can choose whichever you want to us

Re: [Tutor] Problem with pgbd & datetime

2005-07-27 Thread Gabriel Farrell
Are you using PyGreSQL? import pgdb works fine for me with PyGreSQL. I'm on Debian but I assume there's a package for it for SUSE. gsf On Wed, Jul 27, 2005 at 10:13:22AM -0400, Don Parris wrote: > O.k., I'm running SUSE Linux 9.2, Python 2.3.4, > > I have changed my DB back-end from MySQL t

[Tutor] Problem with pgbd & datetime

2005-07-27 Thread Don Parris
O.k., I'm running SUSE Linux 9.2, Python 2.3.4, I have changed my DB back-end from MySQL to Postgres for the larger feature set. However, in attempting to load the pgdb module for use in my script, I got this message (same when I try it at the command-line): >>> pgdb.connect('localhost:chaddb_a