Created
January 3, 2014 22:30
-
-
Save dwillis/8247941 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
| (core)Dereks-MacBook-Air:openelex derekwillis$ invoke datasource.mappings -s md | |
| 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> | |
| import archive, cache, datasource, load, transform, validate | |
| File "/Users/derekwillis/code/core/openelex/tasks/archive.py", line 5, in <module> | |
| from openelex.base.archive import BaseArchiver | |
| File "/Users/derekwillis/code/core/openelex/base/archive.py", line 14, in <module> | |
| from openelex import settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment