[python-win32] Re: wmi + pythonservice : multithreading issue s

Thomas Heller theller at python.net
Tue Aug 31 22:12:28 CEST 2004


Aloys Baillet <aloys at alamaison.fr> writes:

> And finally, for the service, I didn't try with the pywin32 service, and
> I totally believe you if you say it works. I just forgot to say that I
> use the py2exe module to generate my service, and I did get the same
> error with it... I will try with the CoInitialize to see if it works!

py2exe makes it easy (I believe ;) to create an executable, but you
should only make an exe after you are absolutely sure that you code
works in Python as expected.

Thomas



More information about the Python-win32 mailing list