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 subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
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
Комментариев нет:
Отправить комментарий