Hey everyone,
I'm creating a program for my work that will let the users automatically
connect to a server that we have set up and read some data, etc.
I have been trying to figure out a way to use the win32serviceutil custom
options to pass some extra arguments for my users.
as far as I understand it, you have to use a custom function (I think) to
deal with all of your extra arguments that it doesn't recognize.
I would like to be able to apply to my windows class these extra arguments,
as they will just be used to pass data! is it correct in assuming
that i should probably set it up like this...
class service(win32service.ServiceFramework):
def __init__(self):
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32