Bug#890646: python3-postgresql: Connect to postgresql-Database Version 10 (buster) fails with an python error

2018-06-05 Thread Johann Spies
Package: python3-postgresql Version: 1.1.0-2+b4 Followup-For: Bug #890646 Dear Maintainer, This is not a problem with python3.5 but happens on 3.6. * What led up to the situation? In [2]: import postgresql In [3]: db = postgresql.open('pq://js:x.js@localhost:5432/js')

Bug#890646: python3-postgresql: Connect to postgresql-Database Version 10 (buster) fails with an python error

2018-03-10 Thread Scott Kitterman
On Sat, 17 Feb 2018 07:56:31 + Marten KARL wrote: > Package: python3-postgresql > Version: 1.1.0-2+b4 > Severity: grave > Justification: renders package unusable > > Split of Versionstring fails: > db = postgresql.open(database='marten',host='10.8.2.1',port=5431)

Bug#890646: python3-postgresql: Connect to postgresql-Database Version 10 (buster) fails with an python error

2018-02-16 Thread Marten KARL
Package: python3-postgresql Version: 1.1.0-2+b4 Severity: grave Justification: renders package unusable Split of Versionstring fails: db = postgresql.open(database='marten',host='10.8.2.1',port=5431) # postgresql-v10 runs on port 5431 on that machine -> File