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 ?
|
|
0
|
|
|
|
Reply
|
catalinfest (25)
|
1/2/2011 6:40:45 PM |
|
On Sunday, January 2, 2011 6:40:45 PM UTC, catalinfest@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 pywin32 (aka win32all) package
http://sourceforge.net/projects/pywin32/
The latest download for your Python version is
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/pywin32-214.win32-py2.7.exe/download
Regards, Alex
|
|
0
|
|
|
|
Reply
|
Alex
|
1/2/2011 6:58:53 PM
|
|