2011-01-31 10 views
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から発生しています。

+0

file.pyには何がありますか?コードしてください –

答えて

0

このエラーの結果は、例外がスローされ、Pythonスクリプトが死ぬことによって発生していることが判明しました。

関連する問題