You can see that python is trying to connect to postgres via unix
socket. In cygwin that's rather not possible.
Just switch the client to TCP mode. There should be host/port in
connection settings.
2010/4/1, nerdydork :
> I have had a development environment set up in Windows for Django.
> Recen
I have had a development environment set up in Windows for Django.
Recently I moved all my python/django setup to cygwin because I got
tired of the windows command line.
Everything seems to be working except the PostgreSQL connection. I
understand that I can install postgres inside of cygwin and a