

You’re running the program in the build directory — that’s not your application! It’s just a temporary space PyInstaller uses to assemble things. Your real application is in the dist directory.
You’re running the program in the build directory — that’s not your application! It’s just a temporary space PyInstaller uses to assemble things. Your real application is in the dist directory.