Created
January 17, 2014 22:53
-
-
Save dwillis/8483192 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
| Traceback (most recent call last): | |
| File "/Users/derekwillis/code/core/bin/invoke", line 8, in <module> | |
| load_entry_point('invoke==0.5.1', 'console_scripts', 'invoke')() | |
| File "/Users/derekwillis/code/core/lib/python2.7/site-packages/invoke/cli.py", line 261, in main | |
| dispatch(argv) | |
| File "/Users/derekwillis/code/core/lib/python2.7/site-packages/invoke/cli.py", line 231, in dispatch | |
| args, collection, tasks = parse(argv) | |
| File "/Users/derekwillis/code/core/lib/python2.7/site-packages/invoke/cli.py", line 163, in parse | |
| collection = loader.load_collection(args.collection.value) | |
| File "/Users/derekwillis/code/core/lib/python2.7/site-packages/invoke/loader.py", line 65, in load_collection | |
| module = imp.load_module(*self.find_collection(name)) | |
| File "/Users/derekwillis/code/core/openelex/tasks/__init__.py", line 4, in <module> | |
| from openelex.settings import init_db | |
| ImportError: cannot import name init_db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment