Skip to content

Instantly share code, notes, and snippets.

@nedludd
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nedludd/4ac434c2e60a0a27917e to your computer and use it in GitHub Desktop.
Save nedludd/4ac434c2e60a0a27917e to your computer and use it in GitHub Desktop.
$ /usr/bin/nova
Traceback (most recent call last):
File "/usr/bin/nova", line 6, in <module>
from novaclient.shell import main
File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 33, in <module>
from keystoneclient.auth.identity.generic import password
File "/usr/lib/python2.7/site-packages/keystoneclient/__init__.py", line 28, in <module>
from keystoneclient import client
File "/usr/lib/python2.7/site-packages/keystoneclient/client.py", line 13, in <module>
from keystoneclient import discover
File "/usr/lib/python2.7/site-packages/keystoneclient/discover.py", line 19, in <module>
from keystoneclient import session as client_session
File "/usr/lib/python2.7/site-packages/keystoneclient/session.py", line 20, in <module>
from six.moves import urllib
ImportError: cannot import name urllib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment