Hi, I am trying to import pysopg2 module within wsgi script in embedded mode. The script throws an exception in the httpd log: File "/usr/local/lib/python2.6/site-packages/psycopg2/__init__.py", line 67, in <module> from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID ImportError: libpq.so.5: cannot open shared object file: No such file or directory
I checked the permissions on the on the postgres library path and it seems correct. Any clues about this issue? -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/__vOnpUacFUJ. 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/modwsgi?hl=en.
