On Thu, 2008-08-28 at 13:43 -0700, Huuuze wrote:
> I recently installed PostgreSQL 8.3.3 and psycopg 2 (latest from
> SVN).  When I attempt to start Django, I receive this error:
> 
> File "/Library/Python/2.5/site-packages/django/db/backends/
> postgresql_psycopg2/base.py", line 20, in <module>
>     raise ImproperlyConfigured("Error loading psycopg2 module: %s" %
> e)
> django.core.exceptions.ImproperlyConfigured: Error loading psycopg2
> module: dlopen(/Library/Python/2.5/site-packages/psycopg2/_psycopg.so,
> 2): Library not loaded: /Users/buildfarm/pginstaller/server/staging/
> osx/lib/libpq.5.dylib
>   Referenced from: /Library/Python/2.5/site-packages/psycopg2/
> _psycopg.so
>   Reason: image not found
> 
> Is this an issue with Django, psycopg, or both?

Looks like a problem with your psycopg2 package not being properly
installed, although Im not sure what the exact error message implies,
not being an OS X users (which seems to be the system you're using).

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to