Re: [python-win32] python-win32 Digest, Vol 242, Issue 2

2023-09-05 Thread Wuping Xin
am 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 -- next part -- An HTML attachment was scrubbed... URL: <https://mail.python.org/pipermail/python-win32/attachmen

Re: [python-win32] Exe not working correctly

2023-09-05 Thread Mark Hammond
Is it possible that the datetime module isn't being packaged? Directly importing that module at the top-level of your script might be enough to fix it. HTH, Mark On 2023-09-05 1:46 p.m., Nasser Issa wrote: Hello There, Currently been working with PyWin32 to interact with the Event Log and