Click here to Skip to main content
15,891,763 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Let me take an example.
I make an automation script using pyautogui and i want to make my .pyw file a standalone application and run it on computers which do not have python preinstalled.
Now i go to the command prompt and type :pyinstaller auto.py
which gives me an error.
So how to i include the pyautogui in my exe file.
Thank you.

What I have tried:

As previously written ,i opened command prompt and typed
pyinstaller auto.py
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900