Dear Matt
I assume you used mac ports to install postgresql-devel. Now the reason for the permission denied error is that you didn't specify the file in setup.cfg. To make it run change the line pg_config=/opt/local/lib/postgresql84/bin/ to pg_config=/opt/local/lib/postgresql84/bin/pg_config in setup.cfg. If this does not sort out the problem try sudo port install postgresql84 Then all should work just fine. postgresql-devel is outdated. Hope this helps, Nausikaa --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

