1053错误
代码运行没有问题后,安装服务,然而start 的时候出现错误 1053:服务没有及时响应启动或控制请求(Error 1053: The service did not respond to the start or control requ服务器托管网est in a timely fashion)
试了几个网上找到的代码,都是这个现象,所以应该不是代码的问题。
后面找到解决方法:
What you need to do is to add the Python27 to SYSTEM PATH, and not to USER PATH, since as a default the python service will get installed as a ‘LocalSystem’ and so when it 服务器托管网attempts to start it uses the SYSTEM PATH variable – that’s why you can run it from the command prompt, your USER PATH is right.
python默认安装是作为LocalSystem,配置的是用户路径而不是环境变量,所以需要添加环境变量。
在用户变量处去掉python路径,然后在环境变量加入python路径
C:UserszhongjianhuiAppDataLocalProgramsPythonPython36Libsite-packagespywin32_system32;
C:UserszhongjianhuiAppDataLocalProgramsPythonPython36Libsite-packageswin32;
C:UserszhongjianhuiAppDataLocalProgramsPythonPython36Scripts;C:UserszhongjianhuiAppDataLocalProgramsPythonPython36
start service成功。
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
相关推荐: VMware Workstation 17安装教程之设置系统模式
接上文,设置系统服务器托管网模式 返回到安装概要界面后,右侧第一个Installation Destination指的是想把系统安装到哪个硬盘。此时仅仅是让我们进行确认,不需要进行任何修改。 设置系统安装设备 关闭kdump服务 配置网络信息 当在虚拟机中做实…