I&#39;m updating all my systems that run myth, no problems with the first two.  The last one for some reason is choking on mythtv compile, complaining about python stuff.  I don&#39;t know what to do to make it work.  This is what I&#39;m getting:<div>
<br></div><div><div>$ make</div><div>sh version.sh /usr/src/mythtv</div><div>make -C external/FFmpeg</div><div>make[1]: Entering directory `/usr/src/mythtv/external/FFmpeg&#39;</div><div>make[1]: Nothing to be done for `all&#39;.</div>
<div>make[1]: Leaving directory `/usr/src/mythtv/external/FFmpeg&#39;</div><div>make -C bindings/perl</div><div>make[1]: Entering directory `/usr/src/mythtv/bindings/perl&#39;</div><div>make[2]: Entering directory `/usr/src/mythtv/bindings/perl&#39;</div>
<div>make[2]: Leaving directory `/usr/src/mythtv/bindings/perl&#39;</div><div>make[1]: Leaving directory `/usr/src/mythtv/bindings/perl&#39;</div><div>make -C bindings/python</div><div>make[1]: Entering directory `/usr/src/mythtv/bindings/python&#39;</div>
<div>python setup.py build</div><div>running build</div><div>running build_py</div><div>running build_scripts</div><div>python setprefix.py &quot;/usr/local&quot;</div><div>setprefix.py:18: Warning: &#39;with&#39; will become a reserved keyword in Python 2.6</div>
<div>  File &quot;setprefix.py&quot;, line 18</div><div>    with open(path) as fi:</div><div>            ^</div><div>SyntaxError: invalid syntax</div><div>make[1]: *** [python_build] Error 1</div><div>make[1]: Leaving directory `/usr/src/mythtv/bindings/python&#39;</div>
<div>make: *** [bindings/python] Error 2</div></div><div>$</div><div><br></div><div>At first I thought my checkout was bad so I checked out a clean version from the trunk but no love.</div><div><br></div><div>-Greg</div>