> I think the issue could be the version of python-anyjson in squeeze and wheezy, > i will test on squeeze tomorrow, if thats the case i will package the correct version > for the baruwa repo. Did some investigation myself: first I manually replaced python-anyjson 0.2.3 by the newest 0.3.1. No success, same errors. Looking at the errors in celeryd.log I assumed the issue had to to with the BROKER_TRANSPORT_OPTIONS that doesn't exists in settings.py. So I edited /usr/lib/python2.6/dist-packages/celery/app/base.py and removed line 229: transport_options=self.conf.BROKER_TRANSPORT_OPTIONS And now celeryd starts without any complaints! It might not be the best solution (I'm not a python developer), but at least it's a work-around. As far as I can see Baruwa works normally now like it did in 1.0.2.
_______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

