Re: [NOVICE] Python verison for build in config.pl (Win32)

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Matt <bsg075(at)gmail(dot)com>, pgsql-novice <pgsql-novice(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [NOVICE] Python verison for build in config.pl (Win32)
Date: 2010-01-20 19:27:04
Message-ID: 9837222c1001201127l3d8dc0cfj6b039217b845cf52@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-novice

On Wed, Jan 20, 2010 at 20:24, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Or we'd welcome a patch for a smarter way to detect the version ;)
>
> This particular code doesn't look like it really needs to know the
> *version*.  What it wants is the full pathname of the python.lib file
> that goes with the python executable.  Isn't there a way to ask Python
> itself for that?

Well, it needs the version to match it to the DLL name. For python
2.6, it needs python26.dll. But yes, there should probably be some way
to ask python itself about that - that would be the non-naive method.
But as long as python is installed per default, we got it for free,
which is why it has "worked so far".

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-01-20 19:43:40 pgsql: Write a WAL record whenever we perform an operation without
Previous Message Heikki Linnakangas 2010-01-20 19:26:37 Re: Streaming replication, retrying from archive

Browse pgsql-novice by date

  From Date Subject
Next Message Morris, Roy 2010-01-20 19:47:03 Re: UUID - 8.4.2
Previous Message Tom Lane 2010-01-20 19:24:07 Re: [HACKERS] Python verison for build in config.pl (Win32)