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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2089648 Title: ddupdate module 'configparser' has no attribute 'SafeConfigParser'. Status in ddupdate package in Ubuntu: New Bug description: Package crashes when config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ddupdate/+bug/2089648/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

