Created
October 6, 2013 13:50
-
-
Save mgedmin/6854372 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add-apt-repository ppa:pov/ppa | |
You are about to add the following PPA to your system: | |
More info: https://launchpad.net/~pov/+archive/ppa | |
Press [ENTER] to continue or ctrl-c to cancel adding it | |
Exception in thread Thread-1: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 99, in run | |
self.add_ppa_signing_key(self.ppa_path) | |
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 132, in add_ppa_signing_key | |
tmp_keyring_dir = tempfile.mkdtemp() | |
File "/usr/lib/python2.7/tempfile.py", line 322, in mkdtemp | |
name = names.next() | |
File "/usr/lib/python2.7/tempfile.py", line 141, in next | |
letters = [choose(c) for dummy in "123456"] | |
File "/usr/lib/python2.7/random.py", line 274, in choice | |
return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty | |
ValueError: cannot convert float NaN to integer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment