Re: [python-win32] Help in deciphering error

2024-04-15 Thread Alok Bhargava
e problem, so the > solution is probably to use Python 3.11 until more information about the > 3.12 specific problem is known. > > HTH, > > Mark > On 2024-04-14 4:19 p.m., Alok Bhargava wrote: > > Hello, > > I would appreciate any help in diagnosing why this error oc

[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

Re: [python-win32] __getattr__ Error

2024-03-18 Thread Alok Bhargava
Many thanks Mark - it is great to be able to learn more about the system from its creators! On Mon, Mar 18, 2024 at 10:25 AM Alok Bhargava wrote: > Many thanks Harald! > > If I specify the file location when running makepy, how do I ensure > myapplication knows where to find

Re: [python-win32] __getattr__ Error

2024-03-18 Thread Alok Bhargava
NOTE: -o cannot be used with -d. This will generate an error. > > parameter of makepy.py > > cheers > > Harald > > On Mon, Mar 18, 2024 at 2:13 PM Alok Bhargava > wrote: > >> Hi and thank you for your insightful guidance on Jannis' question. I am

Re: [python-win32] __getattr__ Error

2024-03-18 Thread Alok Bhargava
Hi and thank you for your insightful guidance on Jannis' question. I am running into similar issues as I work with a 3rd party COM app. This may be a silly question but could you point me to where the generated class files are located? Many thanks! On Mon, Mar 18, 2024 at 7:43 AM wrote: >