I just took a hint from the Kagu project and moved all my Python scripts into /usr/lib/thummim<br><br>I made a shell script to launch the main Python script.<br><br>Now, when launching, the &quot;Thummim Reader - Loading&quot; box takes forever to go away.&nbsp; Everything else works fine.
<br><br>Have I taken the wrong approach?&nbsp; It&#39;s not killing the application like it was before I added osso.Context handling, but obviously it&#39;s not processing the &quot;hey I&#39;m here and working&quot; message quite like I would expect.
<br><br>My shell script looks like this:<br><br>#!/bin/sh<br>cd /usr/lib/thummim<br>python ./Thummim<br><br><br>The Thummim python script sets the osso.Context when it starts.<br><br>