You can fix it editing this file:
sudo nano /usr/lib/python3/dist-packages/ddupdate/config.py

and replacing any SafeConfigParser with ConfigParser:

Example:
parser = configparser.SafeConfigParser()

to:

parser = configparser.ConfigParser()


** Package changed: linux (Ubuntu) => ddupdate (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2089648

Title:
  ddupdate module 'configparser' has no attribute 'SafeConfigParser'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ddupdate/+bug/2089648/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to