Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 qrc 文件转换为 py 但出现这样的模块错误
我们可以使用其他或替代代码进行转换吗?
一种可能的选择是使用使用 pyrcc5 的 python 命令:
python -m PyQt5.pyrcc_main resource.qrc -o resource_rc.py