[rabbitmq-discuss] followed the RabbitMQ tutorial, but meet an error

Marek Majkowski majek04 at gmail.com
Thu Jan 13 11:46:25 GMT 2011


On Thu, Jan 13, 2011 at 07:07, 姚康宝 <ycombo at gmail.com> wrote:
> I am a RabbitMQ beginner. When I just followed the
> tutorial(http://www.rabbitmq.com/tutorial-one-python.html) to install pika
> library and run the send.py,
> but got an exception as follow:
>
> combo at combo-ubt:~$ python send.py
> Traceback (most recent call last):
>   File "send.py", line 6, in <module>
>     channel = connection.channel()

I suspect you don't have RabbitMQ server running.
You probably should download and install RabbitMQ server.
Check out the following pages:
http://www.rabbitmq.com/server.html
http://www.rabbitmq.com/install.html

Cheers,
  Marek


More information about the rabbitmq-discuss mailing list