How to use the pyinstaller

Asked 1 years ago, Updated 1 years ago, 86 views

The code made with PyQt5 I used pyinstaller to make it an exe file, but it keeps closing in 0.1 seconds when I try to run it.

Can you tell me why?

I ran pyinstaller using jupyter's console window.

The file is a .py file.

pyinstaller

2022-09-20 22:29

1 Answers

I think there was an error while changing to pyinstaller

When converting to pyinstaller, the console is converted to visible, and if you run the exe file in cmd, the console displays the error contents.


2022-09-20 22:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.