找死人了,原来如下:
No module named win32service
On Sunday, January 2, 2011 6:40:45 PM UTC, catalinfest 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.wi n32-py2.7.exe/download
Regards, Alex
--
http://mail.python.org/mailman/listinfo/python-list
本文介绍了解决在Python 2.7环境下导入win32service模块时出现的错误问题。通过安装pywin32包成功解决了ImportError: No module named win32service的问题,并提供了下载链接。
3664

被折叠的 条评论
为什么被折叠?



