[rabbitmq-discuss] Errors while running examples from RabbitMQ tutorial

Marek Majkowski majek04 at gmail.com
Fri Dec 9 11:16:59 GMT 2011


On Fri, Dec 9, 2011 at 11:05, Michael Morrison <mwmorrison93 at gmail.com> wrote:
> Hello, i'm just getting started with RabbitMQ and have been reading through
> the tutorials and trying to run the code samples in Python. I've installed
> Pika 0.9.5 but when I run the following script, i get the error message down
> below at the end of this post complaining that the 'CallbackManager' object
> has no attribute 'sanitize': I'm not sure how to go about fixing this, any
> help would be greatly appreciated.Thanks in advance for any responses.

Are you absolutely positive that you installed pika 0.9.5?

You might need to install it like that:
   pip install pika==0.9.5

Marek


More information about the rabbitmq-discuss mailing list