[mythtv-users] Jamu not working with 0.23

A Desai ashu.desai at gmail.com
Fri Apr 9 04:29:18 UTC 2010


Doug
Thanks for the reply. I forgot to mention that I am using CentOS 5.3, that
doesn't have python 2.6, so I have 2 versions of python, one that came with
CentOS and other that I installed myself -- python 2.6. I will try to find
what you said and see if that helps.

Thanks,
Ash

-------------------------------------------------------------------------------------------------------------------------------

On Thu, Apr 8, 2010 at 5:51 PM, Doug Vaughan <r.d.vaughan at rogers.com> wrote:

> Even though you upgraded it is likely that you
> still have old python bindings. Those old bindings are preventing
> jamu from finding their required python libraries.
>
> Use a file search like "locate MythDB.py" to find where all the
> old MythTV python bindings are installed.
>
> Here are examples of what the old bindings directory looks like and what
> the new bindings directory should look like.
>
> # Old python bindings example. You want any of these removed you may
> have more than one for different versions of python (2.4, 2.5 ...).
> > ls -ls /usr/lib/python2.5/site-packages/MythTV
> total 96
> 4 -rw-r--r-- 1 root root 144 2009-04-17 11:32 __init__.py
> 4 -rw-r--r-- 1 root root 299 2009-04-17 11:44 __init__.pyc
> 8 -rw-r--r-- 1 root root 4790 2009-04-17 11:37 MythDB.py
> 8 -rw-r--r-- 1 root root 5377 2009-04-17 11:44 MythDB.pyc
> 4 -rw-r--r-- 1 root root 792 2009-04-17 11:32 MythLog.py
> 4 -rw-r--r-- 1 root root 1784 2009-04-17 11:44 MythLog.pyc
> 12 -rw-r--r-- 1 root root 8751 2009-04-17 11:32 MythTV.py
> 12 -rw-r--r-- 1 root root 12258 2009-04-17 11:44 MythTV.pyc
> 8 -rw-r--r-- 1 root root 6309 2009-04-17 11:37 MythVideo.py
> 8 -rw-r--r-- 1 root root 7711 2009-04-17 11:44 MythVideo.pyc
>
> # New python bindings example. This is the only bindings you want
> installed. Notice the tmdb and tvdb subdirectories which are the ones
> needed by ttvdb.py and tmdb.py
> > ls -ls /usr/local/lib/python2.6/dist-packages/MythTV
> total 400
> 4 -rw-r--r-- 1 root staff 1467 2010-02-09 10:20 __init__.py
> 4 -rw-r--r-- 1 root staff 1677 2010-02-10 19:53 __init__.pyc
> 76 -rw-r--r-- 1 root staff 69876 2010-03-15 17:17 MythBase.py
> 80 -rw-r--r-- 1 root staff 76726 2010-03-15 17:28 MythBase.pyc
> 60 -rw-r--r-- 1 root staff 57309 2010-03-15 17:17 MythData.py
> 68 -rw-r--r-- 1 root staff 64560 2010-03-15 17:28 MythData.pyc
> 44 -rw-r--r-- 1 root staff 41478 2010-03-15 17:17 MythFunc.py
> 48 -rw-r--r-- 1 root staff 46555 2010-03-15 17:28 MythFunc.pyc
> 4 -rw-r--r-- 1 root staff 233 2010-02-02 07:55 MythStatic.py
> 4 -rw-r--r-- 1 root staff 434 2010-02-02 08:17 MythStatic.pyc
> 4 drwxr-sr-x 2 root staff 4096 2010-02-02 08:17 tmdb
> 4 drwxr-sr-x 2 root staff 4096 2010-02-02 08:17 ttvdb
>
> Good Luck
>
> Doug
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100408/4aef66d1/attachment.htm>


More information about the mythtv-users mailing list