Changes between Version 3 and Version 4 of Ticket #13084, comment 6
- Timestamp:
- 08/12/17 21:48:14 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13084, comment 6
v3 v4 2 2 3 3 as bill said 4 {{{ 4 5 apt-get install python-requests-cache python-future 6 }}} 7 5 8 do same for python3 if testing with that (future is part of py3) 9 10 {{{ 6 11 apt-get install python3-requests-cache 12 }}} 7 13 8 14 to test 15 16 {{{ 9 17 cd ..../mythtv/programs/scripts/metadata/Television 10 18 PYTHONPATH=..../mythtv/bindings/python ./ttvdb.py --doctest 11 19 PYTHONPATH=..../mythtv/bindings/python3 ./ttvdb.py --doctest 20 }}} 12 21 13 22 should give no errors if the output matches the doctests near the top of the file.
