@Michael, that didn't work for me. The error showed up after I installed python3.5 from source. $ wget http://python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz $ tar xpvf Python-3.5.2.tar.xz $ cd Python-3.5.2 $ ./configure --prefix=/usr $ make $ make install
If I link python3 to python3.4, then it starts working again $ sudo rm /usr/bin/python3 $ sudo ln -s /usr/bin/python3.4 /usr/bin/python3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048733 Title: add-apt-repository fails due to softwareproperties error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1048733/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
