Re: [NOVICE] Python modules for PL/Python? - Mailing list pgsql-interfaces

From Michael Fuhr
Subject Re: [NOVICE] Python modules for PL/Python?
Date
Msg-id 20050306192632.GB8834@winnie.fuhr.org
Whole thread Raw
In response to Python modules for PL/Python?  (Wolfgang Keller <wolfgang.keller.nospam@gmx.de>)
Responses Re: [NOVICE] Python modules for PL/Python?
List pgsql-interfaces
On Sun, Mar 06, 2005 at 07:56:46PM +0100, Wolfgang Keller wrote:

> potentially dumb question: if I want to use non-standard Python modules
> within PL/Python, I guess I have to recompile something (plpython.dll in
> the /lib folder)?

Are you having trouble using a module from a PL/Python function?
If so, then please post a simple function and the error you get
when you try to use it, or describe what happens if there's no
error.

> If I would like to avoid re-doing this over and over again in the future,
> is there a way to make postgresql use the "standard" installation of Python
> which I already have on my system?

What OS and versions of PostgreSQL and Python are you using?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-interfaces by date:

Previous
From: Wolfgang Keller
Date:
Subject: Python modules for PL/Python?
Next
From: Wolfgang Keller
Date:
Subject: Re: [NOVICE] Python modules for PL/Python?