Re: EOF error
johnf <jfabiani-rLSQ/[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 27 February 2008 02:42:25 pm Federico Di Gregorio wrote: > Yes. You need to explicitly close connection before the program exits > because Python does not destroy still-live objects Does the connection object have a __del__? -- John Fabiani