Created
June 27, 2016 21:12
-
-
Save tonytan4ever/86de9ef9bddb2ce2281db7fdf80974af 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
In [1]: import quark | |
--------------------------------------------------------------------------- | |
ImportError Traceback (most recent call last) | |
<ipython-input-1-ad5404080018> in <module>() | |
----> 1 import quark | |
/Users/tony7514/projects/Rackspace/quark/quark/__init__.py in <module>() | |
16 import logging | |
17 | |
---> 18 from neutron.i18n import _ | |
19 from oslo_config import cfg | |
20 | |
ImportError: No module named i18n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment