So i converted my python file using pyinstaller. The exe file is running nice and fine but when i quit the app. i get this error. is there a way to hide the error?
Asked
Active
Viewed 28 times
0
-
Maybe you're stopping with `quit()` or something of that nature? Running `sys.exit()` instead might make that go away. – Starbuck5 Dec 24 '21 at 06:41