On Wed, Jul 13, 2016 at 10:51:51PM +0200, Christoph Zwerschke wrote: > Am 13.07.2016 um 22:25 schrieb Justin Pryzby: > >I'm converting our application from using pg.connect().query > >pg.DB().query_formatted(), and ran into an issue involving .dictresult() > >with a > >column of postgis type "geometry". I see in the logs pygres attempting to > >convert to python type, and failing (silently to the application) like this: > > Thanks for reporting, I will look into this. > > Which versions of PyGres, Python, Postgres, OS are you using? 32/64 bit?
$ pip list |grep -i pygresql PyGreSQL (5.0) $ python -V Python 2.6.8 $ psql postgres -Atxc 'SELECT version()' version|PostgreSQL 9.5.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55), 64-bit $ cat /etc/*release CentOS release 5.11 (Final) $ file `which file` /usr/bin/file: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped Thanks, -- Justin Pryzby System Administrator Telsasoft +1-952-707-8581 _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
