Re: psycopyg setup error: no build_ext

2009-06-23 Thread James Martin
I was never able to get psycopg2 to compile on osx I recommend using sqlite for development or another database. If you must use psycopg2, you may want to try to get it through something like darwinports. On Tue, Jun 23, 2009 at 1:19 PM, Chris Haynes wrote: > > Using what I believe is the la

database backends timing out

2009-06-13 Thread James Martin
I'm having an interesting problem. After inserting a bunch of records into my database ( about 400,000), it the database starts refusing connections. Even after restarting the database daemon, I can not query the database (django lets me query, but returns nothing in the querysets). The only me