Exe not working correctly
Nasser Issa <[email protected]> Tue, 5 Sep 2023 17:46:09 +0000
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <IA1PR11MB82248C3213919ED0379E6687C8E8A@IA1PR11MB8224.namprd11.prod.outlook.com> |
Hello There, Currently been working with PyWin32 to interact with the Event Log and I'm trying to turn my Python script into a Windows executable. I'm using PyInstaller to convert my script into exe, however when I run my exe the TimeCreated field from the Windows Event is 'None' but when I run the program as a script it works perfectly fine. So, I guess what I'm asking is why does the program work as a python script but not as an executable, I also try adding the DLLs like pywintype310 and few others when building exe with PyInstaller. Best, Nas _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
iWEX-exe.png
(image/png, 28.5 KB) - not displayed
iWEX-script.png
(image/png, 38.3 KB) - not displayed
iWEX-script.png
(image/png, 38.3 KB) - not displayed