Guest User

Untitled

a guest
Apr 14th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. (Pdb) c
  2. Traceback (most recent call last):
  3. File "/usr/lib64/python2.6/pdb.py", line 1296, in main
  4. pdb._runscript(mainpyfile)
  5. File "/usr/lib64/python2.6/pdb.py", line 1215, in _runscript
  6. self.run(statement)
  7. File "/usr/lib64/python2.6/bdb.py", line 372, in run
  8. exec cmd in globals, locals
  9. File "<string>", line 1, in <module>
  10. File "keystone.py", line 20, in <module>
  11. from keystone.openstack.common import gettextutils
  12. File "keystone.py", line 20, in <module>
  13. from keystone.openstack.common import gettextutils
  14. ImportError: No module named openstack.common
  15. Uncaught exception. Entering post mortem debugging
  16. Running 'cont' or 'step' will restart the program
  17. > /usr/local/www/wsgi-scripts/keystone/keystone.py(20)<module>()
  18. -> from keystone.openstack.common import gettextutils
Advertisement
Add Comment
Please, Sign In to add comment