Is anyone aware of an IBM Websphere MQ module compatible with python3? pymqi doesn’t seem compatible and the author seems unconcerned with that fact.
Is anyone aware of an IBM Websphere MQ module compatible with python3? pymqi doesn’t seem compatible and the author seems unconcerned with that fact.
For using pymqi in python3 you can use the module 'py3mqi'.
pip install py3mqi
You are also more than welcome to check my wrapper for the pymqi in python3 https://github.com/Hyaxia/pymqiwm
Good luck!