Re: Python Error

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: "Daniel R(dot) Anderson" <dan(at)mathjunkies(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Python Error
Date: 2003-03-28 01:43:24
Message-ID: 20030328014324.GC14905@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)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

In response to

  • Python Error at 2003-03-27 20:49:34 from Daniel R. Anderson

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2003-03-28 01:47:40 Re: About OIDs
Previous Message Martijn van Oosterhout 2003-03-28 01:39:21 Re: About OIDs