<div dir="ltr"><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">uses the macports command to install the packages. I don't know why they're not<br>
going to the proper place.<br>
<br>
You could run ansible with -vvv and look through (the very large) output<br>
to see it it makes sense.<br></blockquote><div><br></div><div>Bill - they are going to the correct place and macports/ansible is working correctly. Anyone who installs the python packages either manually or with ansible seems to have a fully working setup. The issue is trying to get a fully bundled application where anyone can download it and run the application without the need to install anything (beyond maybe just python38) from macports.</div><div><br></div><div>To that end, I've got everything working and bundled into the application except for the python executable and the python support packages (e.g. py39-mysqlclient, py38-lxml). The MyhTV python bundles builds and installs correctly.</div><div><br></div><div>Craig - thanks for the pointer. I'll take another pass at that build script (and more specifically that check in). There's some magic with install_name_tool and the <a href="http://osx_bundler.pl">osx_bundler.pl</a> script that I'm missing and hopefully those will give me the proper insights. The interesting thing to note is that when I install python38 (and the extra packages) into the application as a framework (with all support libraries), the application stops seeing the MythTV python package even though it is present and pathed correctly (I tested the path by modifying one of the metadata grabbers to dump the sys.path to a file).</div><div><br></div><div>Thanks for the pointers, I'll keep hacking at it.</div></div></div>