ModuleNotFoundError: No module named 'util'
siemlohuis opened this issue · 1 comments
siemlohuis commented
When I try to install python-qt5 and I do:
python -c "import util;util.createqtconf()"
In the windows cmd I get the error:
Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'util'
How can I solve this?
Thanks for reading!