Using Psycopg2 on Windows

2009-08-13 Thread James Walmsley
Hi, I'm trying to get started with Django, and everything was going wonderfully until I tried to use models (and I had to set up postgreSQL). I've installed psycopg2 from the provided compiled binaries, but when I run: manage.py runserver I get the following errors: Error loading psycopg2 mod

Re: Using Psycopg2 on Windows

2009-08-14 Thread James Walmsley
Just in case anyone happens to be still wrestling with this problem. There was something wrong with the latest build of Psycopg2, which stopped it all working. Simply install an earlier version, (2.0.10 works great), even with PostgreSQL 8.4.x series. James James Walmsley wrote: >