0
私はPythonサービスを構築中です。私はこのエラーを引き起こしていますが、私は何がそれを誘導しているのか分かりません。Pythonサービスのインストール - "PythonClassエントリが見つかりませんでした"
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から発生しています。
file.pyには何がありますか?コードしてください –