Re: [python-win32] Help in deciphering error

2024-04-15 Thread Alok Bhargava
It absolutely does Mark - thanks so much! Based on the error details, I am fairly certain I am seeing the same issue (even though I use pyinstaller). So I will either use 3.11 or think of a solution that does not use Windows Service. Thank you for being so responsive - greatly appreciate your

Re: [python-win32] Help in deciphering error

2024-04-15 Thread Mark Hammond
The first comment of https://github.com/mhammond/pywin32/issues/2155 has STR that doesn't involve pyinstaller or custom executables. If you can reproduce that, then you are probably facing the same problem, so the solution is probably to use Python 3.11 until more information about the 3.12

[python-win32] Error running Python 3.12 app as a Windows Service (app created using pyinstaller 6.6.0)

2024-04-15 Thread Alok Bhargava
Hi all, I am running into an issue that I am unable to track down a resolution for. I have developed a Python Flask application for which I created a single-file executable using pyinstaller that I wish to run as a Windows Service. I researched on the internet to find the common Python

[python-win32] Help in deciphering error

2024-04-15 Thread Alok Bhargava
Hello, I would appreciate any help in diagnosing why this error occurs. I have WinPython installed on my Windows 11 Pro machine and not registered (registering did not change the outcome). I installed pyinstaller and generated a single file .exe. This is what I have encountered as documented