<br><br><div class="gmail_quote">On Sun, Apr 15, 2012 at 6:24 PM, Bill Meek <span dir="ltr">&lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On 04/15/2012 05:04 PM, Nick Rout wrote:<br>
...<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
4.  I ran ./mythwikiscripts, and here&#39;s what I see:<br>
<br>
josh@Myth-Backend:/usr/bin$ ./mythwikiscripts<br>
MythTV Interactive Script Downloader.<br>
This script parses the wiki, and may take several minutes.<br>
Loading took 5.45 seconds<br>
   0: Exit<br>
Please choose a category.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
0<br>
</blockquote>
josh@Myth-Backend:/usr/bin$<br>
<br>
 From the output given by mythwikiscripts, it seems like an interactive<br>
script would allow more interaction that the exit command.  Should I be<br>
seeing something different than what I see?<br>
</blockquote>
<br>
I get<br>
<br>
nick@media:~$ mythwikiscripts<br>
MythTV Interactive Script Downloader.<br>
This script parses the wiki, and may take several minutes.<br>
Loading took 2.29 seconds<br>
   0: Quit<br>
Channel Change Scripts:<br>
</blockquote></div>
...<br>
<br>
A very long list of scripts was here, as expected.<br>
<br>
I get the same thing Josh gets, but it took 96 seconds. But, I&#39;m running v0.26-pre<br>
and he mentioned in the original post that he&#39;s running .25. (and Nick just posted<br>
the same result with 0.25)<br>
<br>
=======<br>
<br>
Josh, perhaps this isn&#39;t a problem *finding* the find_orphans.py script, but<br>
an error message resulting from *running* it. What I&#39;d do to confirm that is<br>
edit the script and add something near the bottom - then run it again:<br>
<br>
if __name__ == &#39;__main__&#39;:<br>
    if len(sys.argv) == 2:<br>
        main(sys.argv[1])<br>
    else:<br>
        print &#39;Just testing.&#39; &lt;&lt;&lt;&lt;---- add something like this.<br>
        main()<br>
<br>
Also, when I attempt to run a file that doesn&#39;t exist, this<br>
is what is printed:<br>
<br>
bill@mc0:/tmp$ ./fred<br>
-bash: ./fred: No such file or directory<br>
<br>
But when you tried it, the output was:<div><br>
<br>
josh@Myth-Backend:/store$ ./<a href="http://find_orphans.pl" target="_blank">find_orphans.pl</a><br>
: No such file or directory<br>
<br></div>
We&#39;re both running 11.10, but I&#39;m on ubuntu and you&#39;re on xbuntu.<br>
Also, I have no idea what shell you&#39;re running. In any case, try<br>
the print &#39;Just testing.&#39; test above.<span><font color="#888888"><br>
<br>
-- <br>
Bill</font></span><div><div><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div><br></div><div>Nick,</div><div><br></div><div> checked my version of libmyth-python and saw the following:</div><div><br></div><div><div><br></div><div>&gt; Version: 2:0.25.0+fixes.20120415.76df8e6-0ubuntu0mythbuntu3</div>

<div><br></div></div><div>which seems appropriate. </div><div><br></div><div>I tried running mythwikiscripts from another frontend machine, running mythbuntu 11.10, and it gave me the same result, the only option being &quot;0&quot; to quit.  After seeing that, I ran it on a virtualbox install of ubuntu 11.10, and on that machine, it seemed to work correctly, showing 95 options.  I tried using the script to download the files on this machine, but none seem to work.  Where is the script supposed to put the files it downloads?</div>