Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tonytan4ever/86de9ef9bddb2ce2281db7fdf80974af to your computer and use it in GitHub Desktop.
Save tonytan4ever/86de9ef9bddb2ce2281db7fdf80974af to your computer and use it in GitHub Desktop.
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