I have a Django project that uses Celery for running asynchronous tasks. I\'m doing my development on a Windows XP machine.
Starting my Django server (python mana
Apparently this is a problem with running Celery on Windows. Using the --settings argument ala python manage.py celeryd start --settings=settings
did the trick.
sys.path must include 'C:\development\SpaceCorps' not 'C:\development\SpaceCorps\src', because he is looking for src.settings, not just settings.