Skip to content

Instantly share code, notes, and snippets.

@kyogesh
Created August 10, 2015 07:43
Show Gist options
  • Save kyogesh/a8346f1dfe6a436c72ed to your computer and use it in GitHub Desktop.
Save kyogesh/a8346f1dfe6a436c72ed to your computer and use it in GitHub Desktop.
traceback
Traceback (most recent call last):
File "/Users/yogeshkumar/.virtualenvs/pySparta/lib/python2.7/site-packages/rq/worker.py", line 558, in perform_job
rv = job.perform()
File "/Users/yogeshkumar/.virtualenvs/pySparta/lib/python2.7/site-packages/rq/job.py", line 495, in perform
self._result = self.func(*self.args, **self.kwargs)
File "/Users/yogeshkumar/.virtualenvs/pySparta/lib/python2.7/site-packages/rq/job.py", line 206, in func
return import_attribute(self.func_name)
File "/Users/yogeshkumar/.virtualenvs/pySparta/lib/python2.7/site-packages/rq/utils.py", line 150, in import_attribute
module = importlib.import_module(module_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named app.services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment