Python Forum
Not able to convert PYWINAUTO module automation in exe file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Not able to convert PYWINAUTO module automation in exe file (/thread-16908.html)



Not able to convert PYWINAUTO module automation in exe file - Utkarsh29 - Mar-19-2019

Hi,

I am new in python, i have developed one autoamtion/py script using pywinauto & pyautogui modules.
my script working fine via command line or in jupyter. The issue occurs when i convert it into exe using pyinstaller.
it's converting exe file without any error, if i removed all pywinauto module & running perfectly fine.
but with pywinauto module. it's not able to convert single file exe and somehow if it's create also using auto-py-2-exe, it's gets corrupt.
Kindly support, as i put around one month efforts to create this project, and now at final point not able to create it's exe for use.

Thanks in advance.