ok, i am working on installing the psycopg2 from source, i got it to
compile and it looked like it was installed under the python site_packages,
but when i just try to import it into python i get
>>> import psycopg2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/usr/lib/python2.6/site-packages/psycopg2-2.4.5-py2.6-linux-i686.egg/psycopg2/__init__.py",
line 67, in <module>
from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID
ImportError:
/usr/lib/python2.6/site-packages/psycopg2-2.4.5-py2.6-linux-i686.egg/psycopg2/_psycopg.so:
undefined symbol: GSS_C_NT_HOSTBASED_SERVICE
is there a good forum for psycopg2 anywhere? lucas
--