3

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.

7
  • Well, since PyMQI is open source, do what you need to do to it to make it compatible with Python 3.
    – Roger
    Commented Aug 4, 2017 at 20:23
  • rich did you ever find a solution to this? i have the same issue
    – gnr
    Commented Jan 11, 2018 at 12:57
  • Did anyone find the solution to this?
    – Andi
    Commented Feb 15, 2018 at 11:56
  • A users provided and the maintainer recently merged in 3.5 support, see "Python 3.5 and 2.7 #60
    – JoshMc
    Commented May 29, 2018 at 16:56
  • Hi Rich, the py3mqi fork has not been maintained since it was put out there. The original pymqi has supported Python 3 since 1.8 (around 2 years ago). Users of py3mqi keep coming to the pymqi github site with issues. Could you please accept the answer provided by @Seyf to help point more people to the current state that pymqi does support Python 3.
    – JoshMc
    Commented Jun 8, 2020 at 14:56

2 Answers 2

3

pymqi v1.10.1 compatible with python 3.x (tested with 2.7, 3.5, 3.6, 3.7, 3.8)

2

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!

1
  • 1
    Note the maintainer of the original pymqi recently merged in 3.5 support, see "Python 3.5 and 2.7 #60".
    – JoshMc
    Commented Jun 23, 2018 at 19:45

Not the answer you're looking for? Browse other questions tagged or ask your own question.