[mythtv-users] Jamu questions

Ian Forde ian at duckland.org
Sat Sep 5 20:32:25 UTC 2009


On Sat, 2009-09-05 at 13:01 -0700, Robert McNamara wrote:
> On Sat, Sep 5, 2009 at 12:39 PM, Ian Forde<ian at duckland.org> wrote:
> >
> >        import xml.etree.cElementTree as ElementTree
> >
> > to:
> >
> >        import cElementTree
> >
> 
> This is likely to cause breakage.  I'll let Doug Vaughan comment
> further as to what that is likely to break.

Hmm... okay - I'm wondering what package I'll need to install in order
to put it back.. I've changed it to "import etree.cElementTree as
ElementTree" and it likes it...

> > The next problem was ensuring that MySQL-python was installed.  (Because
> > myth installs Jamu by default, MySQL-python and python-elementtree
> > should be listed as dependencies, no?)
> 
> No.  Jamu is shipped w/ myth, but is not a required part of myth.
> Just like the other similar "contrib type" scripts shipped w/
> MythVideo, (and there are several), deps for Jamu are not deps for
> Myth.  Since Myth does not use Jamu, Jamu deps are an entity unto
> themselves.

Fair enough...

> >
> > Anyhoo.  Created a test config file according to the wiki and included
> > docs, and ran straight into:
> >
> >        CRITICAL - Backend has version 48 and we speak version 38
> >
> 
> You do not have trunk python bindings installed.

Actually, I do... or rather, I thought I had... re-running configure
showed me that I had them setup in the output.  But then I realized that
I didn't actually say "--with-bindings=python" on the configure line...
so that's solved...

Thanks for the quick assist!

	-I



More information about the mythtv-users mailing list