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 something else.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/py-postgresql/+bug/1182835/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to