Django newbie here just trying to get an environment going so that I can say goodbye to PHP and make python/django my native tongue.
I went through several installs using various images and then uninstalls and such before finally installing everything through MacPorts. However... When I run `python manage.py runserver`, I get: File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ site-packages/django/db/backends/postgresql_psycopg2/base.py", line 15, in <module> raise ImproperlyConfigured("Error loading psycopg2 module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/psycopg2/_psycopg.so, 2): Library not loaded: / usr/local/pgsql/lib/libpq.4.dylib Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/ lib/python2.5/site-packages/psycopg2/_psycopg.so Reason: image not found Then I do `locate libpq.4` and get: /opt/local/lib/postgresql81/libpq.4.1.dylib /opt/local/lib/postgresql81/libpq.4.dylib /opt/local/var/macports/software/postgresql81/8.1.10_0+darwin_8/opt/ local/lib/postgresql81/libpq.4.1.dylib /opt/local/var/macports/software/postgresql81/8.1.10_0+darwin_8/opt/ local/lib/postgresql81/libpq.4.dylib So why is the program looking in /usr/local/pgsql/lib/ when the library is in /opt/local/lib/postgresql81/ ? All of these programs were installed with MacPorts, so shouldn't they know where each other reside? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---