| From: | Brian Sutherland <brian(at)vanguardistas(dot)net> |
|---|---|
| To: | Alban Hertroys <haramrae(at)gmail(dot)com> |
| Cc: | Stuart Bishop <stuart(at)stuartbishop(dot)net>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: plpython intermittent ImportErrors |
| Date: | 2013-01-17 13:14:12 |
| Message-ID: | 20130117131412.GA10586@Brians-MacBook-Air.local |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Jan 17, 2013 at 01:25:54PM +0100, Alban Hertroys wrote:
> On 17 January 2013 12:30, Brian Sutherland <brian(at)vanguardistas(dot)net> wrote:
>
> > > (we use buildout for our Python code, but our plpythonu stored
> > > procedures use the stock standard Python environment, as provided by
> > > the Ubuntu packages).
> >
> > Sadly, I need to get this running on OSX as that's what our developers
> > use. On Ubuntu/Debian, I would have definitely used the system python
> > environment.
>
>
> Why wouldn't you do the same on OSX? It has Python 2.7 in the base system,
> doesn't it?
But the base system doesn't have many Python libraries, so you need a
packaging system. Ubuntu/Debian has APT which I am personally very
confortable with.
--
Brian Sutherland
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Миша Тюрин | 2013-01-17 14:16:12 | standby, pg_basebackup and last xlog file |
| Previous Message | Alban Hertroys | 2013-01-17 12:25:54 | Re: plpython intermittent ImportErrors |