I am using the PyMQI library within the Robot Framework to exchange messages with IBM MQ queues. This is done by writing simple Python scripts and invoking them from robot test cases.
I would like to use the PyMQI library and its Keywords directly from within RIDE.
However when I try to import and use the PyMQI library within RIDE the following errors are thrown when I try to run a test.
[ ERROR ] Error in library ‘pymqi’: Adding keyword ‘Common Q Args’ failed: Keyword with same name defined multiple times.
[ ERROR ] Error in library ‘pymqi’: Adding keyword ‘Make Q Desc’ failed: Keyword with same name defined multiple times.
Any help would be appreciated.