Python executable problem generated by pyinstaller

Asked

Viewed 2,338 times

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?

1 answer

1

  • Thanks, man! Thanks! Worked cool :D

  • 1

    Perfect @Daniel Souza. If possible, could you mark the answer as valid? Hug.

  • 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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.