Обсуждение: Python..Perl

Поиск
Список
Период
Сортировка

Python..Perl

От
"Bob T"
Дата:
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

Re: Python..Perl

От
"Gerrit P. Haase"
Дата:
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


Re: Python..Perl

От
Jason Tishler
Дата:
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

Re: Python..Perl

От
"Bob T"
Дата:
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@tishler.net>
To: "Bob T" <rjtalbo@attglobal.net>
Cc: <pgsql-cygwin@postgresql.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