Michel Claveau mclaveau.com> writes:
>
> Hi!
>
> I have also/another problem with win32ui in 216 version: on several COM's
> servers, if the line
> import win32ui
> is present, servers can not be contacted.
> If I comment the line, no more problem. Uncomment, problem is coming back.
>
>
Hi,
I want to have a script which creates a windows service, and that the name
of the service could be fed by user input.
Example: *createservice --servicename=whatevernameichoose*
*
*
I came out with a solution which is below:
class WindowsService(win32serviceutil.ServiceFramework):
_svc_na