Python Forum

Full Version: Not able to covert exe file for pyautugui module python script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
this pyinstaller issue addresses this: https://github.com/pyinstaller/pyinstaller/issues/3636