Re: Where is win32service

2014-12-05 Thread med . arriouach
Le dimanche 2 janvier 2011 18:58:53 UTC, Alex Willmer a écrit : > On Sunday, January 2, 2011 6:40:45 PM UTC, catalinf...@gmail.com wrote: > > I install Python 2.7 on Windows XP. > > I try use : > > > > import win32service > > import win32serviceutil > > > > But I got that error : > > > > ImportE

Re: Where is win32service

2011-01-02 Thread Alex Willmer
On Sunday, January 2, 2011 6:40:45 PM UTC, catalinf...@gmail.com wrote: > I install Python 2.7 on Windows XP. > I try use : > > import win32service > import win32serviceutil > > But I got that error : > > ImportError: No module named win32service > Where is this module ? It's part of the pywin3

Where is win32service

2011-01-02 Thread catalinf...@gmail.com
I install Python 2.7 on Windows XP. I try use : import win32service import win32serviceutil But I got that error : ImportError: No module named win32service Where is this module ? -- http://mail.python.org/mailman/listinfo/python-list