Re: Python Error - Mailing list pgsql-general

From Tamir Halperin
Subject Re: Python Error
Date
Msg-id 985DF46E87E0C047A3670048DBCAD0556BD6@andrew.brobus.net
Whole thread Raw
In response to Python Error  ("Daniel R. Anderson" <dan@mathjunkies.com>)
Responses Re: Python Error  (Jeff Davis <jdavis-pgsql@empires.org>)
List pgsql-general
sounds like you're missing a symlink. I don't know enough to fix the problem but a symlink fixed a similar problem for
mepertaining to the same file. 

In my case it was because I didn't install crypto but was trying to work with pgsql and ssl.

> -----Original Message-----
> From: Daniel R. Anderson [mailto:dan@mathjunkies.com]
> Sent: Thursday, March 27, 2003 3:50 PM
> To: pgsql-general
> Subject: [GENERAL] Python Error
>
>
> 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.
>
> What am I doing wrong?
>
> Thanks,
>
> -Dan
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-general by date:

Previous
From: Martin_Hurst@dom.com
Date:
Subject: Postgres Replication Project
Next
From: Greg Stark
Date:
Subject: file in data doesn't correspond to any oid in pg_class?