Maybe also one on python-urllib. In add-apt-repository we see:
try:
from urllib.error import HTTPError, URLError
except ImportError:
import pycurl
HTTPError = pycurl.error
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1157900
Title:
add-apt-repository crashed with ImportError in get_ppa_info_from_lp():
No module named 'pycurl'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1157900/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs