Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No gearman modules found! #12

Open
zhuguoqing opened this issue Sep 25, 2012 · 2 comments
Open

No gearman modules found! #12

zhuguoqing opened this issue Sep 25, 2012 · 2 comments

Comments

@zhuguoqing
Copy link

I run :

python manage.py gearman_worker -w -5

Appear the error message:

No gearman modules  found!

I 'm sure the gearman installed.

@fwenzel
Copy link
Owner

fwenzel commented Sep 25, 2012

Do you have any gearman_jobs.py files in your Django apps? If so, are those clean or do they cause import errors?

Here's the code that tries importing your gearman jobs files:
https://github.com/fwenzel/django-gearman/blob/master/django_gearman/management/commands/gearman_worker.py#L24

The error message says, it was unable to import any of them. Either because they are broken, or because none exist.

@zhuguoqing
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants