Dynatrace-Reinhard-Pilz / py3mqi

Python interface to WebSphere MQ (MQSeries) - main docs at https://pythonhosted.org/pymqi/index.html
Other
2 stars 0 forks source link

pymqi now support Python3 #1

Open JoshMcMQ opened 6 years ago

JoshMcMQ commented 6 years ago

@Dynatrace-Reinhard-Pilz I ran across your py3mqi but wanted to let you know that the original pymqi you forked from now has merged in support for Python3. See this issue: https://github.com/dsuch/pymqi/issues/60

Dynatrace-Reinhard-Pilz commented 6 years ago

@JoshMcMQ Thanks for letting me know. That was exactly what I was hoping for in the long run. If you can confirm, that your implementation is ready to be used in Python 3 I'm more than willing to pull down my fork. I was a move I made out of desperation anyways.

JoshMcMQ commented 6 years ago

@Dynatrace-Reinhard-Pilz, I am not the maintainer of pymqi, but if you view the issue I linked to above you can see that the maintainer @dsuch did release a new version that includes the patches provided by another user to allow it to work with python 3.