<div dir="ltr"><div>Just following up on the python issues - I've verified that everything internal to the application appears correct and the appropriate files are set executable.</div><div><br></div><div>You absolutely need to have python3 of some sort (preferably 3.8 which I am building with) installed and located or symlinked to /opt/local/bin/python3.8</div><div><br></div><div>To anyone having issues after verifying that python3 is installed and/or symlinked, please run these commands to help me troubleshoot (note you'll have correct APP_PATH to where your application is stored)</div><div><br></div><div>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Monaco;color:rgb(242,242,242);background-color:rgba(0,0,0,0.85)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">APP_PATH=/Applications/Mythfrontend.app<span class="gmail-Apple-converted-space"> </span></span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Monaco;color:rgb(242,242,242);background-color:rgba(0,0,0,0.85)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">export PYTHONPATH=$APP_PATH/Contents/Resources/lib/python3.8/site-packages</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Monaco;color:rgb(242,242,242);background-color:rgba(0,0,0,0.85)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">$APP_PATH/Contents/Resources/share/mythtv/metadata/Television/ttvdb.py -t</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Monaco;color:rgb(242,242,242);background-color:rgba(0,0,0,0.85)"><span style="font-variant-ligatures:no-common-ligatures">$APP_PATH/Contents/Resources/share/mythtv/metadata/Movie/tmdb3.py -t</span><span class="gmail-Apple-converted-space" style="font-variant-ligatures:no-common-ligatures">   </span><br></p></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">
</blockquote></div></div>