Python Forum
Not able to covert exe file for pyautugui module python script - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Not able to covert exe file for pyautugui module python script (/thread-14162.html)



Not able to covert exe file for pyautugui module python script - Utkarsh29 - Nov-17-2018

Hi,i m new in python and need some help..
i have created one script in python using pyautogui module,but now when i m trying to convert into exe file using pyinstaller
its giving me below error. any help please.

Not sure how it's taking below location. i am using Anaconda driver.
Exception:
Cannot find existing PyQt5 plugin directories
Paths checked: C:/qt5b/qt_1524647842210/_h_env/Library/plugins

Thanks in advance.


RE: Not able to covert exe file for pyautugui module python script - Larz60+ - Nov-17-2018

this pyinstaller issue addresses this: https://github.com/pyinstaller/pyinstaller/issues/3636