And now when I did...
cd /usr/local/lib/python2.3/site-packages/pyPgSQL/libpq/
[EMAIL PROTECTED] libpq]# python __init__.py
Traceback (most recent call last):
File "__init__.py", line 23, in ?
from libpq import *
ImportError: ./libpqmodule.so: undefined symbol: PyUnicodeUCS2_EncodeDecimal
> did you really do ./configure, make and make install?
No, I did python setup.py build and python setup.py install
> where is libpq.*
linpq is there in /usr/lib/python2.3/site-packages/pyPgSQL/
> was a postgres installation present while doing ./configure et all?
No, But I installed postgresql-
> I am using Redhat 9.0/python2.3. I installed pyPgSQL-2.4.tar.gz and it
> was successfull. Now when I am trying to import that module, I got:
> Type "help", "copyright", "credits" or "license" for more information.
from pyPgSQL import PgSQL
> Traceback (most recent call last):
> File "", li