Re: Python..Perl

Lists: pgsql-cygwin
From: "Bob T" <rjtalbo(at)attglobal(dot)net>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Python..Perl
Date: 2002-02-06 05:08:53
Message-ID: 007101c1aecc$60055c50$8700a8c0@BOBSVAIO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Cygwin..WinXP..Postgres 7.1.3 all installed 2/02/2002
When I compiled Postgresql for Linux I could add in Perl functionality..
How do I do this in my WIN32 install for Perl mod and Python Mod..

Thank you
Bob T


From: "Gerrit P(dot) Haase" <gerrit(at)familiehaase(dot)de>
To: "Bob T" <rjtalbo(at)attglobal(dot)net>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Python..Perl
Date: 2002-02-06 10:57:07
Message-ID: 465158787.20020206115707@familiehaase.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Hallo Bob,

06.02.2002, 06:08, es wurde gemailt:

> Cygwin..WinXP..Postgres 7.1.3 all installed 2/02/2002
> When I compiled Postgresql for Linux I could add in Perl functionality..
> How do I do this in my WIN32 install for Perl mod and Python Mod..

For Perl:
DBD::Pg builds OOTB, with current DBI and Cygwin Perl versions.

Don't know about Python.

--
Gerrit


From: Jason Tishler <jason(at)tishler(dot)net>
To: Bob T <rjtalbo(at)attglobal(dot)net>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Python..Perl
Date: 2002-02-06 13:22:07
Message-ID: 20020206132207.GA2168@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Bob,

On Wed, Feb 06, 2002 at 12:08:53AM -0500, Bob T wrote:
> Cygwin..WinXP..Postgres 7.1.3 allĀ  installed 2/02/2002
> When I compiled Postgresql for Linux I could add in Perl functionality..
> How do I do this in my WIN32 install for Perl mod and Python Mod..

The Cygwin PostgreSQL 7.1.3 that is part of the standard Cygwin
distribution contains the Python module (i.e., _pgmodule) but only for
Python 2.1.1. Sorry, but Python 2.2 no longer supports the traditional
Misc/Makefile.pre.in style build for shared extensions. So, IMO the back
port was not worth it. Your choices are to wait for my Cygwin PostgreSQL
7.2 build or build it yourself.

Jason


From: "Bob T" <rjtalbo(at)attglobal(dot)net>
To: "Jason Tishler" <jason(at)tishler(dot)net>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Python..Perl
Date: 2002-02-06 15:04:38
Message-ID: 003001c1af1f$9d41b2a0$8700a8c0@BOBSVAIO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Thanks works for me...
I am using on my WinXp install Python 2.1.1 in Active Python IDE

BobT
----- Original Message -----
From: "Jason Tishler" <jason(at)tishler(dot)net>
To: "Bob T" <rjtalbo(at)attglobal(dot)net>
Cc: <pgsql-cygwin(at)postgresql(dot)org>
Sent: Wednesday, February 06, 2002 8:22 AM
Subject: Re: [CYGWIN] Python..Perl

Bob,

On Wed, Feb 06, 2002 at 12:08:53AM -0500, Bob T wrote:
> Cygwin..WinXP..Postgres 7.1.3 all installed 2/02/2002
> When I compiled Postgresql for Linux I could add in Perl functionality..
> How do I do this in my WIN32 install for Perl mod and Python Mod..

The Cygwin PostgreSQL 7.1.3 that is part of the standard Cygwin
distribution contains the Python module (i.e., _pgmodule) but only for
Python 2.1.1. Sorry, but Python 2.2 no longer supports the traditional
Misc/Makefile.pre.in style build for shared extensions. So, IMO the back
port was not worth it. Your choices are to wait for my Cygwin PostgreSQL
7.2 build or build it yourself.

Jason