Hi, I have a python script that fetches mails from the outlook application using win32com.client library. It is working as expected when run from command line. But when this script is bundled and the .exe is run, Attribute error is thrown. I am not getting how to proceed ahead. Any help would be really appreciated.
I have used pyinstaller --onefile command to build the app. Attaching the screen shot of the error. [image: mail_error.PNG] Thank you. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/26b4b920-8287-4d80-9c8d-8ae33616f312n%40googlegroups.com.
