Thread: Python..Perl
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
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
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
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