[python-win32] win32clipboard.GetClipboardData does not return latest data after using type_keys('^C')

2018-04-10 Thread SamLee
Dear pywin32 group: Recently i bump into a case where i cannot get text from a window field directly. So i try to type ctrl+a and ctrl+c , and then use win32clipboard to read data from clipboard However, i always get data from the previous "ctrl+a ctrl+c", not the latest one In order to get the

[python-win32] Service stucks in Starting state

2018-04-10 Thread k3ops
Hi all, I am new to 'pywin32' but I was able to create very quickly a new Windows service for my purpose thanks to your work! Unfortunatelly when I install and then start my service, it gets stucked in Starting state and then I have no chance to stop or remove it except by restarting the comput

Re: [python-win32] Service stucks in Starting state

2018-04-10 Thread Tim Roberts
k3...@free.fr wrote: > Unfortunatelly when I install and then start my service, it gets stucked in > Starting state and then I have no chance to stop or remove it except by > restarting the computer. How do you know this?  How did you start the service?  How are you monitoring the state? -- Ti