
freedenizen at gmail
Feb 8, 2010, 12:20 PM
Post #3 of 5
(520 views)
Permalink
|
|
Re: Another problem with jamu/python bindings
[In reply to]
|
|
On Mon, Feb 8, 2010 at 12:14 PM, Raymond Wagner <raymond [at] wagnerrp> 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 _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|