Re: PyGresql 4.1.1 for python2.7

2013-06-14 Thread j . mapping
On Sunday, February 3, 2013 4:14:34 AM UTC-7, alexandra wrote: > Using dependency walker revealed that the following are missing from > libpq: > > PQescapeLiteral > > PQescapeIdentifier > > These are only defined in postgresql 9. > > Documentation states that PyGresql 4.1.1

Re: PyGresql 4.1.1 for python2.7

2013-02-03 Thread alexandra
Using dependency walker revealed that the following are missing from libpq: PQescapeLiteral PQescapeIdentifier These are only defined in postgresql 9. Documentation states that PyGresql 4.1.1 is compatible with PostgreSQL 8.3 or higher and I'm using 8.4. Has

Re: PyGreSQL 4.1 released

2013-01-06 Thread D'Arcy J.M. Cain
On Sat, 5 Jan 2013 08:44:17 -0500 "D'Arcy J.M. Cain" wrote: > We will probably get version 4.2 released shortly and then branch 5.x > and start working on Python 3 support. In fact, we found a few buglets and will be releasing 4.1.1 on Tuesday. -- D'Arcy J.M. Cain | Democracy is three

Re: PyGreSQL 4.1 released

2013-01-05 Thread D'Arcy J.M. Cain
On Sat, 5 Jan 2013 13:23:55 +0100 Michael Poeltl wrote: > no python3 support yet? > can you tell us when pygresql will be ready for python3? Hard to say when (we all have day jobs) but it is planned for version 5.0. You can track our milestones at http://trac.vex.net:8000/pgtracker We will prob

Re: PyGreSQL 4.1 released

2013-01-05 Thread Michael Poeltl
no python3 support yet? can you tell us when pygresql will be ready for python3? thx Michael * D'Arcy J.M. Cain [2013-01-03 15:05]: > --- > Release of PyGreSQL version 4.1 > --- > > It has been a long time coming but PyGreSQL v4.1 has bee

Re: PyGreSQL 4.1 released

2013-01-03 Thread Walter Hurry
On Thu, 03 Jan 2013 13:07:40 -0500, D'Arcy J.M. Cain wrote: > On Thu, 3 Jan 2013 15:06:29 + (UTC) > Walter Hurry wrote: >> Sounds good. Thanks for your efforts. > > I wasn't alone but I accept your thanks on behalf of the team. > >> Does it offer advantages oiver Psycopg2? > 0 > Well, it ha

Re: PyGreSQL 4.1 released

2013-01-03 Thread Modulok
> --- > Release of PyGreSQL version 4.1 > --- > > It has been a long time coming but PyGreSQL v4.1 has been released. > > It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz. > > If you are running NetBSD, look in the packages direc

Re: PyGreSQL 4.1 released

2013-01-03 Thread D'Arcy J.M. Cain
On Thu, 3 Jan 2013 15:06:29 + (UTC) Walter Hurry wrote: > Sounds good. Thanks for your efforts. I wasn't alone but I accept your thanks on behalf of the team. > Does it offer advantages oiver Psycopg2? Well, it has two interfaces, the DB-API 2.0 and the "Classic" one. The classic one is ba

Re: PyGreSQL 4.1 released

2013-01-03 Thread Walter Hurry
On Thu, 03 Jan 2013 09:04:16 -0500, D'Arcy J.M. Cain wrote: > --- > Release of PyGreSQL version 4.1 --- > > It has been a long time coming but PyGreSQL v4.1 has been released. > > It is available at: http://pygresql.org/files/PyGreSQL-4.1.t

Re: Pygresql, and query meta informations

2009-08-15 Thread Tim Roberts
durumdara wrote: > >Pygresql, DB-API. > >I search for a solution to get meta information about last query, >because I must export these infos to Delphi. > >Delphi have TDataSet, and it have meta structure that must be defined >before I create it. >For char/varchar fields I must define their sizes!

Re: PyGreSQL installation

2008-05-19 Thread D'Arcy J.M. Cain
On Mon, 19 May 2008 18:00:30 +0200 <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm trying to install PyGreSQL for python 2.4. I assume that you got the installer from http://www.PyGreSQL.org/. If so, please join the PyGreSQL list (see above URL) and explain the problem there. It's my module but I

Re: pygresql

2007-11-04 Thread Erik Jones
On Nov 4, 2007, at 9:45 AM, JD wrote: > Hi there. > > I'm trying to use python with postgresql. I decided to use psycopg to > interact with the postgresql server. When installing psycopg it > appeared that I needed mxDateTime. So I decided to install the mxbase > package. > > I received the follo

Re: pygresql

2007-11-04 Thread rustom
On Nov 4, 8:45 pm, JD <[EMAIL PROTECTED]> wrote: > Hi there. > > I'm trying to use python with postgresql. I decided to use psycopg to > interact with the postgresql server. When installing psycopg it > appeared that I needed mxDateTime. So I decided to install the mxbase > package. > > I received

Re: pygresql

2007-11-04 Thread JD
Apologies for essentially talking to myself out loud! I've switched back to pygresql. I think a lot of my problems were caused by not having installed postgresql-server-dev-8.2 which contains a lot of header files etc. I'm sure this was part of the problem with the psycopg modules aswell. postgre

Re: pygresql

2007-11-04 Thread JD
Btw apologies for naming the post 'pygresql'! That was the module I was attempting to use before. -- http://mail.python.org/mailman/listinfo/python-list

Re: PyGreSQL Install

2007-01-05 Thread goodepic
Awesome! I forgot that when I did switched to root I lost my PATH, where I'd put usr/local/bin ahead of /usr/bin, so "python" went to 2.5 instead of 2.3. Using python2.5 worked perfectly. Thanks!! -- http://mail.python.org/mailman/listinfo/python-list

Re: PyGreSQL Install

2007-01-05 Thread Thomas Ploch
goodepic schrieb: > I successfully installed postgresql and pygresql from source on my > MacBook 2ghz Intel core duo running os x 10.4.8. However, pygresql > installed under the defualt python 2.3 installation, while I've been > upgrading and working in 2.5, and have invested too much time to go >

Re: pygresql - bytea

2006-05-07 Thread Christoph Zwerschke
Jan Danielsson wrote: >I'm trying to use pygresql to insert binary data (type: bytea) into a > column (using postgresql, obviously). > ... >Does _anyone_ have a working example? A simple insertion, and a > simple select is all I'm looking for. You should better ask such questions on the P