【发布时间】:2011-03-04 15:39:00
【问题描述】:
我在本地机器上安装并运行了一个 python 服务,但我正在编写的服务需要访问另一台机器。它需要与用户名和密码相关联。当我尝试myservice.py --username xxx --password yyy --startup auto install 时,我收到一条错误消息
Installing service apdm_upLoader
Error installing service: The account name is invalid or does not exist, or the password is invalid for the account name specified
. (1057)
想法肯定会受到赞赏。 斯科特
【问题讨论】:
-
请指定您安装了哪个 python 服务。你确定你的用户名和密码是正确的吗? (可能有些错别字...)
-
您没有告诉我们您正在使用什么、操作系统或任何有关此特定“服务”的信息。然后你发布了你自己的答案。听起来您只是在考虑 SO 的负载。
标签: python service installation