cx_Freeze: ImportError: No module named 'PyQt5.Qt'

前端 未结 3 661
孤独总比滥情好
孤独总比滥情好 2021-01-20 17:57

I am trying to build my GUI application using cx_Freeze. The setup.py is as follows:

from cx_Freeze import setup, Executable
import         


        
3条回答
提交回复
热议问题