I understand it has been years since an update on this, but I"m trying to set this up and I have missing dependencies, and I have no idea how to solve them. I've installed python-xmltv in a venv, but I get this error when launching the script from the same venv.
python3 ./sd2xmltv.py --username crono141 --password leoj123 [--output ./xmltv.xml] [--days 14]Traceback (most recent call last):
File "/home/crono141/sd2xmltv/./sd2xmltv.py", line 7, in
from xmltv import XmltvChannel, XmltvProgramme, XmltvWriter
File "/home/crono141/sd2xmltv/xmltv/init.py", line 24, in
from xmltvdocument import XmltvDocument
ModuleNotFoundError: No module named 'xmltvdocument'
HI,
I understand it has been years since an update on this, but I"m trying to set this up and I have missing dependencies, and I have no idea how to solve them. I've installed python-xmltv in a venv, but I get this error when launching the script from the same venv.
python3 ./sd2xmltv.py --username crono141 --password leoj123 [--output ./xmltv.xml] [--days 14]Traceback (most recent call last): File "/home/crono141/sd2xmltv/./sd2xmltv.py", line 7, in
from xmltv import XmltvChannel, XmltvProgramme, XmltvWriter
File "/home/crono141/sd2xmltv/xmltv/init.py", line 24, in
from xmltvdocument import XmltvDocument
ModuleNotFoundError: No module named 'xmltvdocument'