You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest grabber (2.2.8) I tested this morning, it exits on the following:
# check Python version
if sys.version_info[:3] < (2,7,9):
sys.stderr.write("tv_grab_nl_py requires Pyton 2.7 or higher\n")
sys.exit(2)
The error should also mention the latest digit.
My Mythbuntu has 2.7.4 (not entirely sure) and the Ubuntu 14.04 here has 2.7.6
So is it really needed to have at least such a new version, or is a work-around possible?
The text was updated successfully, but these errors were encountered:
Yes it is needed for https support. They backported it from 3 among with some other stuff. And the program downloads basic data from github. Sorry for forgetting to update the message!
You do need 2.7.9 or higher for the https support, else unexpected things can happen on the datafile download from github. This datafile contains all up-to-date info on the source merging etc. The program won't work without this data.
The latest grabber (2.2.8) I tested this morning, it exits on the following:
The error should also mention the latest digit.
My Mythbuntu has 2.7.4 (not entirely sure) and the Ubuntu 14.04 here has 2.7.6
So is it really needed to have at least such a new version, or is a work-around possible?
The text was updated successfully, but these errors were encountered: