[mythtv-commits] Ticket #13562: Transition to python3 breaks MythArchive

MythTV noreply at mythtv.org
Sun Jan 19 12:09:07 UTC 2020


#13562: Transition to python3 breaks MythArchive
----------------------------------+------------------------------
 Reporter:  rcrdnalor             |          Owner:  (none)
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  needs_triage
Component:  MythTV - General      |        Version:  Unspecified
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+------------------------------

Comment (by rcrdnalor):

 That's bad.
 Does
 {{{
 mythbackend --version
 }}}
 show
 {{{
 Options compiled in:
 using_bindings_python
 }}}
 ?

 If you build locally, then in your mythtv source folder
 {{{
 grep -i python ./config.h
 }}}
 should show a
 {{{
 #define PYTHON_EXE "python3"
 using_bindings_python
 }}}
 otherwise you  have not installed the dependencies for python3
 {{{
 python3-lxml
 python3-MySQLdb
 python3-requests
 python3-simplejson
 python3-future
 }}}
 These dependencies are checked during ./configure

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13562#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list