Re: Python Error - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Python Error
Date
Msg-id 20030328014324.GC14905@svana.org
Whole thread Raw
In response to Python Error  ("Daniel R. Anderson" <dan@mathjunkies.com>)
List pgsql-general
On Thu, Mar 27, 2003 at 03:49:34PM -0500, Daniel R. Anderson wrote:
> Hi,
>
> I juts tried to load the python module instead of using c as a way to
> program an interface with the client.  I went into python and typed:
>
> >>> import pg
>
> and I got:
>
> /usr/libexec/ld.so: python: libpq-so.3.0: No such file or directory.

Do you have that file or anything like it? I have libpq.so.2.0. Note that if
you only have libpq.so you may need to run ldconfig (on linux anyway) to get
the symlinks created. If it's still not there, you probably don't have the
library at all.

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> "the West won the world not by the superiority of its ideas or values or
> religion but rather by its superiority in applying organized violence.
> Westerners often forget this fact, non-Westerners never do."
>   - Samuel P. Huntington

Attachment

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: About OIDs
Next
From: "Dann Corbit"
Date:
Subject: Re: About OIDs