add-apt-repository not working UbuntuGnome 12.10

Posted by nickcannariato on Ask Ubuntu See other posts from Ask Ubuntu or by nickcannariato
Published on 2012-10-26T01:18:41Z Indexed on 2012/10/26 17:20 UTC
Read the original article Hit count: 438

Filed under:
|

When I try to add a ppa using the command:

sudo add-apt-repository [insert ppa]

the output I get is:

Error in sitecustomize; set PYTHONVERBOSE for traceback:
EOFError: EOF read where not expected
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 3, in <module>
from __future__ import print_function
EOFError: EOF read where not expected

This is the desktop version. It's a clean install and I didn't get any log errors on install. I haven't added or removed any python versions.

Can someone set me straight on how to fix this?

© Ask Ubuntu or respective owner

Related posts about apt

Related posts about add-apt-repository