Hi,

2013/2/7 <leonard.ber...@surecomp.com>

> Python could not import the service's module ****
>
>   File "C:\Documents and
> Settings\BinaJ\Desktop\ibswin\exe\COMMON\Scripts\interfaceServices.py",
> line 184, in ?****
>
>     import pymqi****
>
>   File "C:\Documents and
> Settings\BinaJ\Desktop\ibswin\exe\COMMON\lib\pymqi.py", line 82, in ?****
>
>     import pymqe, CMQC, CMQCFC ****
>
> exceptions.ImportError: DLL load failed: The specified module could not be
> found.
>

It's not a python file that is missing, but a DLL required by pymqe.pyd.
I guess that it's a MQ Series Client DLL...

You should ensure that MQ Series Client libraries are installed, and
available in the PATH environment variable. Oh, and since this is a
service: this PATH should be set at the machine level, not at the logged-in
user level.


-- 
Amaury Forgeot d'Arc
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to