Re: Using Psycopg2 on Windows

2009-09-20 Thread walty
hi, you may also try to install the visual C++ 2005 redistributable package: http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en have a nice day walty On Aug 14, 10:08 pm, James Walmsley wrote: > Just in case anyone happens to be still

Re: Using Psycopg2 on Windows

2009-09-04 Thread Piotr Czapla
Thanks James ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsub

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: > Hi, > > I'

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