Redwid
Results
2
comments of
Redwid
I've got the same issue. You have missed configobj module. Install it with pip3 command: `pip3 install configobj`
If you will have issue that this module still can't be found, then try to use virtual env: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/