'python.exe: No module named pyuic5
Solution 1:[1]
A more generic option is:
python -m PyQt5.uic.pyuic filename.ui -o filename.py -x
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | eyllanesc |


