0
I made a simple software in python with graphical interface. I built it with pyinstaller and while trying to open the generated executable, the windows command prompt is also opened every time. I have been told to change the file extension that contains the main ".py" to ". pyw", but did not resolve. Someone would know how to help?
Thanks, man! Thanks! Worked cool :D
– Daniel Souza
Perfect @Daniel Souza. If possible, could you mark the answer as valid? Hug.
– escapistabr
It may be that by generating this . exe the program when converting does not consider non-native Imports if using downloaded libs have to indicate the Packages of these libs.
– stack.cardoso