Re: [DB-SIG] Where's datetime?

2009-04-04 Thread James Pye
On Apr 4, 2009, at 9:20 PM, Marco A. Gonzalez wrote: I'm a newcomer to Python and excited about using with a database, but I can't get one to work despite how easy it purports to be. After installing Python 3.0.1, and PostgreSQL 8.3 and py-postgresql v0.8.0, and doing the following from the

[DB-SIG] Where's datetime?

2009-04-04 Thread Marco A. Gonzalez
I'm a newcomer to Python and excited about using with a database, but I can't get one to work despite how easy it purports to be. After installing Python 3.0.1, and PostgreSQL 8.3 and py-postgresql v0.8.0, and doing the following from the command line: >>> import postgresql >>> db = postgre