Christoph Pingel
ch.pingel at web.de
Mon Feb 14 09:49:28 EST 2005
I'm running mod_python 3.1.3, Python 2.4 and psycopg (PostgreSQL 8.0.1) on a Mac OS X machine. Only recently updated to Python 2.4 and switched from MySQL to Postgres. An application that used to work now stops while trying to import psycopg. ImportError: Failure linking new module: : dyld: /opt/local/apache2/bin/httpd Undefined symbols: /opt/local/lib/python2.4/site-packages/psycopg.so undefined reference to _PyArg_ParseTuple expected to be defined in the executable /opt/local/lib/python2.4/site-packages/psycopg.so undefined reference to _PyArg_ParseTupleAndKeywords expected to be defined in the executable /opt/local/lib/python2.4/site-packages/psycopg.so undefined reference to _PyCObject_AsVoidPtr expected to be defined in the executable What's happening here, and what should I do? Thanks for any insight. best, Christoph -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050214/2d52cd24/attachment.html
|