Python Forum
Accessing IBM MQ using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Accessing IBM MQ using Python
#2
you can install pymqi see: https://dsuch.github.io/pymqi/
install from command line with:

first try pip -V to see if pip is for proper version of python
if so, use
pip install pymqi
if not, use:
pip3 install pymqi
to use, follow instructions on above link
Reply


Messages In This Thread
Accessing IBM MQ using Python - by Rajeshs16 - Oct-22-2018, 10:38 AM
RE: Accessing IBM MQ using Python - by Larz60+ - Oct-22-2018, 11:25 AM
RE: Accessing IBM MQ using Python - by Rajeshs16 - Oct-22-2018, 11:30 AM
RE: Accessing IBM MQ using Python - by Larz60+ - Oct-22-2018, 11:32 AM
RE: Accessing IBM MQ using Python - by Rajeshs16 - Oct-22-2018, 11:42 AM
RE: Accessing IBM MQ using Python - by Rajeshs16 - Oct-22-2018, 02:19 PM
RE: Accessing IBM MQ using Python - by Larz60+ - Oct-22-2018, 02:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Accessing same python script from multiple computers bigrockcrasher 1 1,755 May-25-2022, 08:35 PM
Last Post: Gribouillis
  Python modules for accessing the configuration of relevant paths Imago 1 1,404 May-07-2022, 07:28 PM
Last Post: Larz60+
  List index out of range error while accessing 2 lists in python K11 2 2,146 Sep-29-2020, 05:24 AM
Last Post: K11
  Accessing IP Cam Audio In Python Haselsmasher 1 5,506 Jul-10-2020, 02:59 AM
Last Post: kiliantics
  Accessing nested dictionary values. Plistlib, Python 2.7 williamlombard 32 21,147 Sep-29-2017, 06:46 AM
Last Post: williamlombard
  Accessing files via python gahdzilla 4 5,472 Jul-02-2017, 07:11 PM
Last Post: snippsat
  Accessing kivy label from Python d4py 0 5,301 Dec-31-2016, 08:57 PM
Last Post: d4py

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020