On 17 Jul 2011, at 2:01 AM, Paul Kolenbrander wrote: > 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
You are right, the issue is not caused anyjson it is caused by python-kombu, the version installed does not support that extra option, i have just bumped up python-kombu in the baruwa repo to 1.1.6 which should fix that issue. You can revert your edit then run apt-get update apt-get upgrade python-kombu Let me know if that resolves the issues you have. Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

