I’m trying to make a screen shot taker application in python for desktop and when I run the following command in command prompt where the file is to build an app for the screen shot taker, it gives the following error:
My command was :
pyinstaller — onefile ScreenShot_Taker_Basic.py
Note ; I am running it exactly where the file is saved
The Error was :
pyinstaller: error: the following arguments are required: scriptname
Does any of you know why does it say that even though i gave the command exactly where the file is saved as well as there is no error in the code?
Hania Asim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.