[mythtv-users] Jamu not working with 0.23

Doug Vaughan r.d.vaughan at rogers.com
Thu May 27 16:10:33 UTC 2010


Dave,
    As was stated by another user you have an old version of the python 
bindings still installed. It is in your system path ahead of the 0.23 
bindings and can cause all sorts of issues with the various python scripts.

Do a file search for "MythVideo.py" for what you need to get rid of and 
"MythFunc.py" for what should be installed.

Here are both good and bad examples. This will look different on you 
machine but you get the idea.

BAD (for 0.23):
 > locate "MythVideo.py"
/usr/lib/python2.5/site-packages/MythTV/MythVideo.py
/usr/lib/python2.5/site-packages/MythTV/MythVideo.pyc

Remove everything in this "MythTV" directory:
 > 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  4790 2009-04-14 15:22 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
 

GOOD:
 > locate MythFunc.py
/usr/local/lib/python2.6/dist-packages/MythTV/MythFunc.py
/usr/local/lib/python2.6/dist-packages/MythTV/MythFunc.pyc
 > ls -ls /usr/lib/python2.6/dist-packages/MythTV
total 384
 4 -rw-r--r-- 1 root root  1464 2010-05-03 19:00 __init__.py
 4 -rw-r--r-- 1 root root  1669 2010-05-07 19:31 __init__.pyc
72 -rw-r--r-- 1 root root 69983 2010-05-05 19:00 MythBase.py
76 -rw-r--r-- 1 root root 76010 2010-05-07 19:31 MythBase.pyc
56 -rw-r--r-- 1 root root 57313 2010-04-21 19:00 MythData.py
64 -rw-r--r-- 1 root root 63889 2010-05-07 19:31 MythData.pyc
44 -rw-r--r-- 1 root root 41463 2010-03-31 19:00 MythFunc.py
48 -rw-r--r-- 1 root root 46050 2010-05-07 19:31 MythFunc.pyc
 4 -rw-r--r-- 1 root root   233 2010-03-28 03:58 MythStatic.py
 4 -rw-r--r-- 1 root root   429 2010-05-07 19:31 MythStatic.pyc
 4 drwxr-xr-x 2 root root  4096 2010-05-08 13:47 tmdb
 4 drwxr-xr-x 2 root root  4096 2010-05-08 13:47 ttvdb



More information about the mythtv-users mailing list