<div dir="ltr"><div dir="ltr">On Fri, Jan 20, 2023 at 4:47 PM John Hoyt <<a href="mailto:john.hoyt@gmail.com">john.hoyt@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I'm seeing an error while trying to update to lasting  nights mythbuntu autobuilds:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">Setting up libmyth-python (2:33.0~master.202301200203.5337925bde~ubuntu22.10.1) ...<br>  File "/usr/lib/python3/dist-packages/MythTV/services_api/mythversions.py", line 9<br>    MYTHTV_VERSION_LIST = @MYTHTV_PYTHON_VERSION_LIST@<br>                          ^<br>SyntaxError: invalid syntax<br><br><br></blockquote>Is is safe to assume this comes from this recent commit: <a href="https://github.com/MythTV/mythtv/commit/fef61c9b159f14600001dc3150681d86b4814c99" target="_blank">https://github.com/MythTV/mythtv/commit/fef61c9b159f14600001dc3150681d86b4814c99</a><div><br></div><div>Any suggestions on how to fix it?</div></div></blockquote><div><br></div><div>I fixed the installation error by manually editing /usr/lib/python3/dist-packages/MythTV/services_api/mythversions.py </div><div><br></div><div>changing</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>MYTHTV_VERSION_LIST = @MYTHTV_PYTHON_VERSION_LIST@" </div></div></blockquote><div class="gmail_quote"><div>to</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote">MYTHTV_VERSION_LIST = '33'</div><div class="gmail_quote"></div></blockquote></div>