windows - Python Service Installation - "Could not find PythonClass entry" -


i working on building python service. inducing error, not sure inducing it.

ps c:\...> python .\file.py debug debugging service myservice - press ctrl+c stop. error 0xc00000f4 - not find service's pythonclass entry in registry error 1814 - specified resource name cannot found in image file. error 0xc0000080 - not locate module name in python class string (ie, no '.') 

this error coming pythonservicemessages.mc in pythonwin32.

it turns out error result caused exception being thrown , python script dying off.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

Determine if a XmlNode is empty or null in C#? -