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

MythTV noreply at mythtv.org
Sun Jan 19 16:27:23 UTC 2020


#13562: Transition to python3 breaks MythArchive
----------------------------------+-----------------------------
 Reporter:  rcrdnalor             |          Owner:  Bill Meek
     Type:  Bug Report - General  |         Status:  accepted
 Priority:  minor                 |      Milestone:  31.0
Component:  Plugin - MythArchive  |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by Bill Meek):

 The shebang in the .py file isn't in play, the python version is
 determined by the .cpp file. And that's set at ./configure time:
 {{{
 -    commandline = "python " + GetShareDir() +
 "mytharchive/scripts/mythburn.py";
 +    commandline = PYTHON_EXE;
 +    commandline += " " + GetShareDir() +
 "mytharchive/scripts/mythburn.py";
 }}}

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


More information about the mythtv-commits mailing list