I am trying to setup python pyqmi. I installed it for python 2.7. Post this when I do "import pymqi" and run it, I see error as- Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\pymqi.py", line 104, in import pymqe, CMQC, CMQCFC, CMQXC ImportError: DLL load failed: The specified module could not be found.
I checked all the directory but did not find any python file called pymqe.py. Though I see a decrypted file of same as pymqe.pyd
Can someone please help me understanding what is going wrong here?