I am trying to build my GUI application using cx_Freeze. The setup.py is as follows:
cx_Freeze
setup.py
from cx_Freeze import setup, Executable import
Don't capitalize PyQt5. Try pyqt5 in the setup.py file.