Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Problems with pyPgSQL

Reply
Thread Tools

Problems with pyPgSQL

 
 
Timo Virkkala
Guest
Posts: n/a
 
      09-13-2003
Hello.

I'm having some trouble with getting the pyPgSQL module to work. I
installed it and the mxDateTime module into my local directory (I'm
doing this on my university's server and I don't have access to /usr).
When I try to import it I get the following error:

>>> from pyPgSql import libpq

Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "pyPgSQL/libpq/__init__.py", line 23, in ?
from libpq import *
ImportError: pyPgSQL/libpq/libpqmodule.so: undefined symbol:
PyUnicodeUCS4_EncodeDecimal

Does anyone know what's wrong and how to correct it?

--
Timo Virkkala |

"In the battle between you and the world, bet on the world."

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Obscure bug in pyPgSQL Frank Millman Python 2 08-06-2004 06:22 PM
pyPgSQL and SUSE 9.1 John fabiani Python 0 06-03-2004 05:11 AM
PyPGSQL - OID Manuel Huesser Python 1 05-27-2004 12:55 PM
Unicode -> Python -> DBAPI -> PyPgSQL -> PostgreSQL Rene Pijlman Python 2 11-03-2003 11:44 AM
OverflowError in pyPgSQL when accessing tables with many rows Paolo Alexis Falcone Python 3 06-29-2003 12:32 AM



Advertisments