On Fri, Jan 06, 2017 at 01:38:51PM +0100, Christoph Zwerschke wrote: > Am 02.01.2017 um 14:42 schrieb Justin Pryzby: > >Yes, unfortunately we're still using py 2.6. > > I have now committed a patch to the trunk that makes the auto renaming more > accurately in Python 2.6, please check it out.
Seems good, thanks. [pryzbyj@btl pygres]$ sudo -u telsasoft PYTHONPATH=build/lib.linux-x86_64-2.6:/opt/telsasoft/lib python /tmp/tpy 2 [Row(start_time=1)] [pryzbyj@btl pygres]$ sudo -u telsasoft PYTHONPATH=/opt/telsasoft/lib python /tmp/tpy 2 [Row(column_0=1)] Justin _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
