[python-win32] Error starting Windows services using PYMQI
Leonard.Berman at surecomp.com
Leonard.Berman at surecomp.com
Thu Feb 7 22:50:05 CET 2013
Hi,
We are Python novices but have some Windows services written in Python 2.4.3 by somebody no longer at our company. These services use MQ-Series. We are trying to install and run these services on another machine on which Python was previously not installed. We successfully installed the services but when we try to start them we receive the following errors in the Windows event viewer.
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.
- We have the files, pymqi.pyc and pymqe.pyd. We have specified the path containing the files in PYTHONPATH.
- We successfully ran "python setup.py install" in the PYMQI directory
- We could not run "python setup.py build client" as we do not have Visual Studio 7.1
Questions:
- Should we have a file pymqi.pyd?
- Do we need to build the client?
- What suggestions do you have to fix our problem?
Thank you.
Leonard Berman
This mail was sent via Mail-SeCure System.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20130207/780fbb1c/attachment.html>
More information about the python-win32
mailing list