On 24/02/2012 1:51 PM, JohnM wrote:
We have a project where we are running a local (read not installed) copy of
Python, and we need to run our code as a service.  We love pywin32, its
perfect.

We can't figure out how what pieces need to be where to run as a service.
For example, your post install .py file does A LOT to register and copy
files.  Is there a simple "Just put these files here, register this, etc"
type of summary?

We just need the service portion for now.

The service support is pretty simple - it will probably just work after the files are in place and without the postinstall script having been run at all.

Mark
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to