Packaging Simple tax calculator example with Pyinstaller

The script works well! Your first GUI app with Python and PyQt

I created .exe file with pyinstaller --onefile -w main_calc.py
but it shows fatal error and doesn’t run :frowning: