I have an app made in python that pulls several imports, and my client does not want to install Python in their environment (because it is an Oracle server), the output I found was to create an .exe, however when I I do not know how to do this, but I do not know how to do it.
The following is what I import into the application
import glob, os, time, datetime
PS: When doing the test on windows I copy both the dist folder and the build.
Can someone give me a light?
@EDIT
Following the hint, I did the same process (CMD> pyinstaller Arq.py), now windows comes to recognize it but when trying to run it presents the following error: When executing Python itself, it performs the script (this script connects to the database and takes some information).