Skip to content

Instantly share code, notes, and snippets.

@jordanm
Created January 15, 2013 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanm/4540305 to your computer and use it in GitHub Desktop.
Save jordanm/4540305 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/jrm/p/spire/spire/runtime/uwsgi.py", line 51, in <module>
uwsgi.applications = {'': Runtime()}
File "/home/jrm/p/spire/spire/runtime/uwsgi.py", line 29, in __init__
self.deploy()
File "/home/jrm/p/spire/spire/runtime/runtime.py", line 70, in deploy
components = COMPONENTS_SCHEMA.process(components, serialized=True)
File "/home/jrm/p/scheme/scheme/fields.py", line 1065, in process
raise ValidationError(identity=ancestry, field=self, value=value, structure=sequence)
scheme.exceptions.ValidationError: scheme validation failed
[01] Object import error at components[0]: component specifies 'daft:Daft', which cannot be imported
Field: ObjectReference(name='component', nonnull=True)
Value: 'daft:Daft'
Captured tracebacks:
Traceback (most recent call last):
File "/home/jrm/p/scheme/scheme/supplemental.py", line 30, in _unserialize_value
return import_object(value)
File "/home/jrm/p/scheme/scheme/util.py", line 40, in import_object
target = __import__(path, None, None, [attrs[0]])
File "./daft/__init__.py", line 6, in <module>
from auxl import CsiContextProcessor, UserContextProcessor
ImportError: No module named auxl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment