你好,用的win7 旗舰版,安装本地机子,节点配置这些都是默认的,自动选择
- The HTTP service is not started.
- More help is available by typing NET HELPMSG 3521.
- ERROR: The process "nginx_server.exe" not found.
- ERROR: The process "nginx.exe" not found.
- Traceback (most recent call last):
- File "D:\BtSoft\panel\install\panel_nginx.py", line 284, in set_webserver_access
- print("\u6b63\u5728\u8bbe\u7f6e %s \u6743\u9650" % f)
- File "C:\Program Files\python\lib\encodings\cp1252.py", line 19, in encode
- return codecs.charmap_encode(input,self.errors,encoding_table)[0]
- UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-3: character maps to <undefined>
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "install_soft.py", line 37, in <module>
- module.install_soft(downurl)
- File "D:\BtSoft\panel\install\panel_nginx.py", line 60, in install_soft
- self.set_webserver_access()
- File "D:\BtSoft\panel\install\panel_nginx.py", line 287, in set_webserver_access
- print("\u6279\u91cf\u8bbe\u7f6e\u53ea\u8bfb\u6743\u9650\u5931\u8d25\uff0c\u53ef\u80fd\u4f1a\u5f71\u54cdnginx\u4f7f\u7528\uff0c\u5982nginx\u65e0\u6cd5\u542f\u52a8\uff0c\u8bf7\u624b\u52a8\u7ed9\u3010{}\u3011\u6dfb\u52a0\u3010{}\u3011\u53ea\u8bfb\u6743\u9650".format(','.join(flist),user))
- File "C:\Program Files\python\lib\encodings\cp1252.py", line 19, in encode
- return codecs.charmap_encode(input,self.errors,encoding_table)[0]
- UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-15: character maps to <undefined>
复制代码
|