Re: [python-win32] can't import dde module after importing win32ui

2011-06-07 Thread nekolyanich
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. > >

[python-win32] How to create a windows service and set the service name through command line option

2011-06-07 Thread emmanuel CAZENAVE
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