I\'m trying to run the following in Eclipse (using PyDev) and I keep getting error :
q = queue.Queue(maxsize=0) NameError: global name \'queue\' is not defined<
You Can install kombu with pip install kombu
and then Import queue Just like this
from kombu import Queue