Created
March 20, 2014 18:06
-
-
Save marianogg9/9670114 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
/usr/lib64/python2.6/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability. | |
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning) | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/usr/lib/python2.6/site-packages/pyrax/__init__.py", line 64, in <module> | |
from novaclient.v1_1 import client as _cs_client | |
File "/usr/lib/python2.6/site-packages/novaclient/v1_1/__init__.py", line 17, in <module> | |
from novaclient.v1_1.client import Client # noqa | |
File "/usr/lib/python2.6/site-packages/novaclient/v1_1/client.py", line 16, in <module> | |
from novaclient import client | |
File "/usr/lib/python2.6/site-packages/novaclient/client.py", line 34, in <module> | |
from six.moves.urllib import parse | |
ImportError: No module named urllib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment