[python-win32] [ANN] pywin32 build 306 released

2023-03-25 Thread Mark Hammond
Hi all, I'm happy to announce the release of pywin32 build 306. There are relatively few changes in this release: * Support for Python 3.6 was dropped, support for later versions was improved. * Add GetSystemPowerStatus (#2010, @CristiFati) * Add CascadeWindows (#1999, @CristiFati) * Add

[python-win32] Pywin32 Windows Service not responding

2023-03-25 Thread jeremy.farmer1206 via python-win32
Hi, I am looking for some assistance with utilizing pywin32 in order to create a Windows Service. I've tried to create as bare-bones of an application as I could inheriting from win32serviceutil.ServiceFramework import traceback import win32serviceutil import win32service import win32event impo

Re: [python-win32] Pywin32 Windows Service not responding

2023-03-25 Thread Steven Manross
Something seems to be stripping your code at about 40-50 characters and it seems like we are missing the right half of your code. Example: _svc_description_ = 'This is a sample Python Wind Steven From: python-win32 On Behalf Of jeremy.farmer1206 via python-win32 Sent: Friday, March 24, 2023 1

Re: [python-win32] Pywin32 Windows Service not responding

2023-03-25 Thread Mark Hammond
The last pywin32 release was before 3.11 was officially released, so maybe try either 3.10 or pywin32-306 Mark On 25/03/2023 7:25 am, jeremy.farmer1206 via python-win32 wrote: Hi, I am looking for some assistance with utilizing pywin32 in order to create a Windows Service. I've tried to crea