I installed the djangostack from bitnami last night, but have a hard getting 
psycopg2 to see postgresql. I get this instead:

*psycopg2.OperationalError: could not connect to server: No such file or 
directory*

* Is the server running locally and accepting*

* connections on Unix domain socket "/tmp/.s.PGSQL.5432"?*

*
*

Psql runs fine on its own and I can open the database
with it without a problem. SQLite3 runs fine as well if I reconfigure
settings.py for it...

I tried to follow this possible solution:
http://efod.se/blog/archive/2010/02/06/pscopg2-…<http://efod.se/blog/archive/2010/02/06/pscopg2-operationalerror>
 but
postgresql seems to be listening to the right port already...

This is driving me nuts...


-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to