Re: [python-win32] python win-32, 64-bits, and services

2009-05-12 Thread Tim Roberts
Chris Curvey wrote: > I'm attempting to wrap up a Python program and turn it into a service, > using the method listed in Mark Hammond's book (*not* using py2exe). > The program spawns a bunch of threads using the "subprocess" module. The "subprocess" module does not create threads. It creates

[python-win32] python win-32, 64-bits, and services

2009-05-12 Thread Chris Curvey
I'm attempting to wrap up a Python program and turn it into a service, using the method listed in Mark Hammond's book (*not* using py2exe). The program spawns a bunch of threads using the "subprocess" module. If I run the program from the command line, everything works fine. If I run it as a se