I'm trying to write a Win32 service. The following is straight from Python
Programming on Win32 and it doesn't work. Is that book out of date; is
there a new way to do services? I searched Google for hours trying to find
any other method, and have been beating on this one for 5 more hours.
The pre
Giles Brown wrote:
> Yeah. You've cleverly decided to simplify the "smallest possible
> python service" by removing the
> if __name__ == '__main__':
Ha ha. :)
Seriously, though, I removed that long after it was failing to work, and
have since replaced it and it didn't affect a thing.
Gabriel G
Giles Brown wrote:
> Yeah. You've cleverly decided to simplify the "smallest
> possible python service" by removing the
> if __name__ == '__main__':
Ha ha. :)
Seriously, though, I removed that long after it was failing to work, and
have since replaced it and it didn't affect a thing.
Gabriel Ge