Here's the following errors. This is after a fresh install.
tucker@tucker-desktop:~/SIF$ ./sif.py --icons
Traceback (most recent call last):
File "./sif.py", line 13, in <module>
import vdf
ModuleNotFoundError: No module named 'vdf'
tucker@tucker-desktop:~/SIF$ ./sif.py --pretend
Traceback (most recent call last):
File "./sif.py", line 13, in <module>
import vdf
ModuleNotFoundError: No module named 'vdf'
tucker@tucker-desktop:~/SIF$ ./sif.py
Traceback (most recent call last):
File "./sif.py", line 13, in <module>
import vdf
ModuleNotFoundError: No module named 'vdf'
Hello, thank you for your feedback. I should put dependencies into the readme. You need to install vdf module into python. https://pypi.org/project/vdf/
Here's the following errors. This is after a fresh install.