[Bug 1182835] Re: connecting to databases does not work

2019-07-15 Thread William Grzybowski
This should have been fixed in 1.1.0 ** Changed in: py-postgresql (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182835 Title: connecting to

[Bug 1182835] Re: connecting to databases does not work

2013-10-11 Thread Patrik Lundquist
** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182835 Title: connecting to databases does not work To manage notifications about this bug go to:

[Bug 1182835] Re: connecting to databases does not work

2013-10-11 Thread Patrik Lundquist
Version 1.0.2 doesn't support Python 3.3 properly. It was fixed upstream with commit https://github.com/python- postgres/fe/commit/272edfcd2a008aba1b97170a2138e8a91cb67177 Launchpad needs to import a newer upstream version. ** Patch added: Patch for postgresql/types/io/__init__.py

[Bug 1182835] Re: connecting to databases does not work

2013-10-11 Thread Ubuntu Foundations Team Bug Bot
The attachment Patch for postgresql/types/io/__init__.py seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu- reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user

[Bug 1182835] Re: connecting to databases does not work

2013-10-11 Thread Alberto Salvia Novella
** Changed in: py-postgresql (Ubuntu) Status: Confirmed = Triaged ** Changed in: py-postgresql (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182835

[Bug 1182835] Re: connecting to databases does not work

2013-07-30 Thread Atila
I was having the same error message, but fixed it installing postgresql-client (which I had removed some days before). Anyone having this issue even with postgresql-client installed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1182835] Re: connecting to databases does not work

2013-07-30 Thread Atila
No, false alarm, still confirmed even with postgresql-client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182835 Title: connecting to databases does not work To manage notifications about this

[Bug 1182835] Re: connecting to databases does not work

2013-07-30 Thread Atila
Workaround: in file /usr/lib/python3/dist-packages/postgresql/types/io/__init__.py change line 89 return __import__(__name__ + '.' + relmod, fromlist = True, level = 1) to return __import__(__name__ + '.' + relmod, fromlist = True) Worked for me, but I'm not sure if it breaks

[Bug 1182835] Re: connecting to databases does not work

2013-05-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: py-postgresql (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182835

[Bug 1182835] Re: connecting to databases does not work

2013-05-29 Thread Tim Tugendhat
I can confirm this. Since updating to raring, I have the same issue and can not connect to my db. Any easy fixes? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182835 Title: connecting to

[Bug 1182835] Re: connecting to databases does not work

2013-05-22 Thread Ulf Mehlig
** Description changed: Connection attempts to databases on localhost and on remote hosts fail with the following error messages (user name, password and database name substituted by placeholders): - Python 3.3.1 (default, Apr 17 2013, 22:30:32) + Python 3.3.1 (default, Apr 17 2013,