| From: | Joe Conway <mail(at)joeconway(dot)com> |
|---|---|
| To: | Magnus Hagander <mha(at)sollentuna(dot)net> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: plpython win32 |
| Date: | 2004-09-25 15:03:49 |
| Message-ID: | 415588D5.7030706@joeconway.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Magnus Hagander wrote:
> The distutils module has a get_python_inc() function which returns the
> include directory. If this one was used, we wouldn't have to hack up the
> include path as I do now. Is there any reason this is not used on Unix,
> instead of the hardcoded subdirectory-of-"python_prefix" way it is now?
> (in _PGAC_CHECK_PYTHON_DIRS)
Probably because until about 2 weeks ago, we didn't check for, or use,
distutils at all ;-). Now we probably should.
Joe
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephan Szabo | 2004-09-25 15:47:28 | Re: How to add locale support for each column? |
| Previous Message | Magnus Hagander | 2004-09-25 12:26:13 | Re: plpython win32 |