|
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. |
|
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. 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. 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. |