作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
python .\file.py debug Debugging service MYSERV-6ren">
我正在致力于构建 Python 服务。我正在引发此错误,但我不确定是什么引发了它。
PS C:\...> python .\file.py debug
Debugging service MYSERVICE - press Ctrl+C to stop.
Error 0xC00000F4 - Could not find the service's PythonClass entry in the registry
Error 1814 - The specified resource name cannot be found in the image file.
Error 0xC0000080 - Could not locate the module name in the Python class string (ie, no '.')
此错误来自 PythonWin32 中的 PythonServiceMessages.mc。
最佳答案
今天也遇到同样的错误。经过 5 个小时的尝试,问题是服务名称中包含空格。
关于Python 服务安装 - "Could not find PythonClass entry",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4857052/
我正在致力于构建 Python 服务。我正在引发此错误,但我不确定是什么引发了它。 PS C:\...> python .\file.py debug Debugging service MYSERV
我是一名优秀的程序员,十分优秀!