首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

celery+ rabbitMq + python window是停配置

2012-06-30 
celery+ rabbitMq + python window是下配置此过程非常复杂 , 我就把整个过程记录下来。。。1 python2.7.2安装

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 
补上: 内容

  

热点排行