Re: [NOVICE] Python modules for PL/Python?

From: Wolfgang Keller <wolfgang(dot)keller(dot)nospam(at)gmx(dot)de>
To: pgsql-novice(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [NOVICE] Python modules for PL/Python?
Date: 2005-03-07 06:39:53
Message-ID: 81wj7n129ysu$.1sn8d1un8kgdx$.dlg@40tude.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-novice

>> 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?

Oops, I didn't even try to use anything non-standard...

I stupidly assumed that Postgres comes with its own Python interpreter
compiled-in...?

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

Right now: Windows XP, Postgres 8.0.1, Python 2.3
Soon: MacOS X, Postgres 8.X, Python 2.4

Best regards

Wolfgang Keller

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Fuhr 2005-03-07 07:33:16 Re: [NOVICE] Python modules for PL/Python?
Previous Message Mike Mills 2005-03-06 20:53:39 libpq linker problems

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-03-07 07:33:16 Re: [NOVICE] Python modules for PL/Python?
Previous Message Michael Fuhr 2005-03-07 04:10:25 Re: Embed SQL in C