celery+ rabbitMq + python window是下配置
此过程非常复杂 , 我就把整个过程记录下来 。。。
1 python2.7.2 安装。。。不解释
2 celery 安装 不解释 http://celeryproject.org/
3 例子 运行。。。 咔嚓,出错了。。。
异常:
:\Python27\lib\site-packages\celery-2.4.6-py2.7.egg\celery\loaders\default.py:45: NotConfigured: No 'celeryconfig' module found! Please make sure it exists and is available to Python.
"is available to Python." % (configname, )))
原因:每个工程都要有celeryConfig.py
补上: 内容