[mythtv-users] Another problem with jamu/python bindings

freedenizen freedenizen at gmail.com
Mon Feb 8 20:20:18 UTC 2010


On Mon, Feb 8, 2010 at 12:14 PM, Raymond Wagner <raymond at wagnerrp.com> wrote:
> Could you please run JAMU again after applying the attached patch.

Ok here is what I got:

Traceback (most recent call last):
  File "./jamu.py", line 479, in <module>
    from MythTV import MythDB, DBData, Video, MythVideo, MythBE,
FileOps, MythError, MythLog
  File "/usr/lib/python2.6/site-packages/MythTV/__init__.py", line 35,
in <module>
    exec(import26)
  File "<string>", line 6, in <module>
  File "/usr/lib/python2.6/site-packages/MythTV/MythBase.py", line 18,
in <module>
    MySQLdb.__version__ = tuple([int(v) for v in
MySQLdb.__version__.split('.')])
ValueError: invalid literal for int() with base 10: '3c1'

So it seems to be having trouble with version info from mysql, is that
right?  Running:
mysql  Ver 14.12 Distrib 5.0.70, for pc-linux-gnu (i686) using readline 5.2


More information about the mythtv-users mailing list