On a precise system, I have<br><br>1. installed mkvtoolnix 6.2 from  <a href="http://bunkus.org">bunkus.org</a> repo<br>2. installed losslesscut 0.2.2 from Doug&#39;s ppa<br><br>mediainfo and everything else are from ubuntu and mythbuntu repos. When I run a test line:<br>
<br>nick@media:~$ sudo -umythtv lossless_cut -f /mnt/recordings1/recordings/2003_20130508175900.mpg --test<br>[sudo] password for nick: <br>Traceback (most recent call last):<br>  File &quot;/usr/share/lossless_cut/lossless_cut.py&quot;, line 1817, in &lt;module&gt;<br>
    sys.stderr.write(errmsg)<br>  File &quot;/usr/share/lossless_cut/lossless_cut.py&quot;, line 339, in write<br>    self.out.write(obj)<br>TypeError: expected a character buffer object<br><br><br>Could this be a python-lxml problem. Doug&#39;s wiki page says:<br>
&quot;lxml v2.7.2 or higher (identical to the MythTV python requirements)&quot;<br>precise installs python-lxml 2.3.2, which seems to match libmyth-python&#39;s requirements, according ubuntu packaging anyway.<br><br>Where to now?<br>
<br>