ImportError: libmqic_r.so: cannot open shared object file: No such file or directory

Asked by sennthil kumar.s

Traceback (most recent call last):
  File "py1.py", line 2, in <module>
    import pymqi
  File "/opt/otmv55/scitest/python/lib/python2.5/site-packages/pymqi.py", line 88, in <module>
    import pymqe, CMQC, CMQCFC, CMQXC
ImportError: libmqic_r.so: cannot open shared object file: No such file or directory

Question information

Language:
English Edit question
Status:
Answered
For:
PyMQI Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dariusz Suchojad (dsuch) said :
#1

> Traceback (most recent call last):
> File "py1.py", line 2, in <module>
> import pymqi
> File "/opt/otmv55/scitest/python/lib/python2.5/site-packages/pymqi.py", line 88, in <module>
> import pymqe, CMQC, CMQCFC, CMQXC
> ImportError: libmqic_r.so: cannot open shared object file: No such file or directory

Please make sure libmqic_r.so is on PATH (the environment variable).

Revision history for this message
Dariusz Suchojad (dsuch) said :
#2

I've just released PyMQI 1.3 and the development effort has moved to GitHub - https://github.com/dsuch/pymqi

Can you help with this problem?

Provide an answer of your own, or ask sennthil kumar.s for more information if necessary.

To post a message you must log in.