So this is what I see when I do &quot;locate MythFunc.py&quot;<br><br><span style="color: rgb(204, 0, 0);">[root@mythtv ~]# locate MythFunc.py</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">/root/svn/mythtv-0-23-fixes/mythtv/bindings/python/MythTV/MythFunc.py</span><br style="color: rgb(204, 0, 0);">

<span style="color: rgb(204, 0, 0);">/root/svn/mythtv-0-23-fixes/mythtv/bindings/python/MythTV/.svn/prop-base/MythFunc.py.svn-base</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">/root/svn/mythtv-0-23-fixes/mythtv/bindings/python/MythTV/.svn/text-base/MythFunc.py.svn-base</span><br style="color: rgb(204, 0, 0);">

<span style="color: rgb(204, 0, 0);">/root/svn/mythtv-0-23-fixes/mythtv/bindings/python/build/lib/MythTV/MythFunc.py</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">/usr/lib/python2.4/site-packages/MythTV/MythFunc.py</span><br style="color: rgb(204, 0, 0);">

<span style="color: rgb(204, 0, 0);">/usr/lib/python2.4/site-packages/MythTV/MythFunc.pyc</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">/usr/lib/python2.6/site-packages/MythTV/MythFunc.py</span><br style="color: rgb(204, 0, 0);">

<span style="color: rgb(204, 0, 0);">/usr/lib/python2.6/site-packages/MythTV/MythFunc.pyc</span><br><br>However, this is what I m getting now:<br><br><span style="color: rgb(0, 0, 153);">[root@mythtv ~]#  python26 /usr/share/mythtv/mythvideo/scripts/jamu.py -l en -C &quot;/root/.mythtv/jamu.conf&quot; --MWV</span><br style="color: rgb(0, 0, 153);">

<span style="color: rgb(0, 0, 153);">/usr/lib/python2.6/site-packages/MythTV/MythBase.py:1767: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">  self.message = str(self.args[0])</span><br style="color: rgb(0, 0, 153);">

<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">With any -M option Jamu must be run on a MythTV backend</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">! Warning - Failed to connect to backend at <a href="http://192.168.0.55:6543">192.168.0.55:6543</a></span><br style="color: rgb(0, 0, 153);">

<span style="color: rgb(0, 0, 153);">Usage: jamu.py usage: jamu -hbueviflstdnmoCRFUDSGN [parameters]</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"> &lt;series name/SID or &#39;series/SID and season number&#39; or &#39;series/SID and season number and episode number&#39; or &#39;series/SID and episode name&#39; or video file/directory paired with destination directory&#39;&gt;</span><br style="color: rgb(0, 0, 153);">

<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">jamu.py: error: no such option: --MWV</span><br style="color: rgb(0, 0, 153);"><br><br><br>This is true for ANY option I use (I tried --u, -MIV, -MW)<br>

<br>Thanks,<br><br>Ash<br><br><br><br>--------------------------------------<br><div class="gmail_quote">On Thu, May 27, 2010 at 11:10 AM, Doug Vaughan <span dir="ltr">&lt;<a href="mailto:r.d.vaughan@rogers.com">r.d.vaughan@rogers.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Dave,<br>
   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.<br>


<br>
Do a file search for &quot;MythVideo.py&quot; for what you need to get rid of and &quot;MythFunc.py&quot; for what should be installed.<br>
<br>
Here are both good and bad examples. This will look different on you machine but you get the idea.<br>
<br>
BAD (for 0.23):<br>
&gt; locate &quot;MythVideo.py&quot;<br>
/usr/lib/python2.5/site-packages/MythTV/MythVideo.py<br>
/usr/lib/python2.5/site-packages/MythTV/MythVideo.pyc<br>
<br>
Remove everything in this &quot;MythTV&quot; directory:<div class="im"><br>
&gt; ls -ls /usr/lib/python2.5/site-packages/MythTV<br>
total 96<br>
4 -rw-r--r-- 1 root root   144 2009-04-17 11:32 __init__.py<br>
4 -rw-r--r-- 1 root root   299 2009-04-17 11:44 __init__.pyc<br>
8 -rw-r--r-- 1 root root  4790 2009-04-17 11:37 MythDB.py<br></div>
8 -rw-r--r-- 1 root root  4790 2009-04-14 15:22 MythDB.py~<div class="im"><br>
8 -rw-r--r-- 1 root root  5377 2009-04-17 11:44 MythDB.pyc<br>
4 -rw-r--r-- 1 root root   792 2009-04-17 11:32 MythLog.py<br>
4 -rw-r--r-- 1 root root  1784 2009-04-17 11:44 MythLog.pyc<br>
12 -rw-r--r-- 1 root root  8751 2009-04-17 11:32 MythTV.py<br>
12 -rw-r--r-- 1 root root 12258 2009-04-17 11:44 MythTV.pyc<br>
8 -rw-r--r-- 1 root root  6309 2009-04-17 11:37 MythVideo.py<br>
8 -rw-r--r-- 1 root root  7711 2009-04-17 11:44 MythVideo.pyc<br>
<br>
<br></div>
GOOD:<br>
&gt; locate MythFunc.py<br>
/usr/local/lib/python2.6/dist-packages/MythTV/MythFunc.py<br>
/usr/local/lib/python2.6/dist-packages/MythTV/MythFunc.pyc<br>
&gt; ls -ls /usr/lib/python2.6/dist-packages/MythTV<br>
total 384<br>
4 -rw-r--r-- 1 root root  1464 2010-05-03 19:00 __init__.py<br>
4 -rw-r--r-- 1 root root  1669 2010-05-07 19:31 __init__.pyc<br>
72 -rw-r--r-- 1 root root 69983 2010-05-05 19:00 MythBase.py<br>
76 -rw-r--r-- 1 root root 76010 2010-05-07 19:31 MythBase.pyc<br>
56 -rw-r--r-- 1 root root 57313 2010-04-21 19:00 MythData.py<br>
64 -rw-r--r-- 1 root root 63889 2010-05-07 19:31 MythData.pyc<br>
44 -rw-r--r-- 1 root root 41463 2010-03-31 19:00 MythFunc.py<br>
48 -rw-r--r-- 1 root root 46050 2010-05-07 19:31 MythFunc.pyc<br>
4 -rw-r--r-- 1 root root   233 2010-03-28 03:58 MythStatic.py<br>
4 -rw-r--r-- 1 root root   429 2010-05-07 19:31 MythStatic.pyc<br>
4 drwxr-xr-x 2 root root  4096 2010-05-08 13:47 tmdb<br>
4 drwxr-xr-x 2 root root  4096 2010-05-08 13:47 ttvdb<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>