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'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 "/usr/share/lossless_cut/lossless_cut.py", line 1817, in <module><br>
sys.stderr.write(errmsg)<br> File "/usr/share/lossless_cut/lossless_cut.py", 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's wiki page says:<br>
"lxml v2.7.2 or higher (identical to the MythTV python requirements)"<br>precise installs python-lxml 2.3.2, which seems to match libmyth-python's requirements, according ubuntu packaging anyway.<br><br>Where to now?<br>
<br>