Hi list,

I ran into the following problem:
$ sh run_galaxy_listener.sh
Traceback (most recent call last):
  File "scripts/galaxy_messaging/server/amqp_consumer.py", line 33, in <module>
    from galaxy.web.api.requests import RequestsAPIController
ImportError: No module named api.requests

Changed this line in scripts/galaxy_messaging/server/amqp_consumer.py:
from galaxy.webapps.galaxy.api.requests import RequestsAPIController

Just an artifact from the restructuring of Galaxy.
Hope this helps!

Sincerely,

Carrie Ganote