Hi, I'm having problems working with Django-Celery. When I try to run syncdb after adding 'djcelery' to my If I go into the 'django-celery' app directory and try to run
on the other hand, the error reads:
Has anyone else run into this issue? I'm not sure if this will fix this issue, but: How do I change the installation directory when running setup.py install? Thanks for any suggestions. asked 25 May '12, 20:39 Nick_B |
Don't change the installation directory, create it.
That is the correct python search path however each version is not created on a new account. Creating the directory will solve the error and prevent future ones. answered 25 May '12, 20:43 johns Thanks @johns. I created the directory and successfully ran setup.py. However, I still have the same problem, which is that when I try to run syncdb when django-celery is included in the
Only when django-celery is included in my settings.py. I believe I correctly installed the django-celery dependencies and modules. Do you have any suggestions? Thanks for your input.
(29 May '12, 18:51)
Nick_B
It sounds like the application directory isn't being located on your python path. Can you try setting the If this doesn't work, please open a support ticket and indicate the specific steps we can use under your account to reproduce the problem. We can then investigate and update this community Answer with a more accurate assessment and solution.
(29 May '12, 20:56)
ryans ♦♦
|