<br><br><div class="gmail_quote">On 3 February 2012 22:19, David Crawford <span dir="ltr"><<a href="mailto:davidcrawford83@gmail.com">davidcrawford83@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On 3 February 2012 22:17, Raymond Wagner <span dir="ltr"><<a href="mailto:raymond@wagnerrp.com" target="_blank">raymond@wagnerrp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 2/3/2012 17:12, David Crawford wrote:<br>
> bash: syntax error near unexpected token '1010'<br>
<br>
</div>If you are getting anything "bash", it means that your "hashbang" is not<br>
configured properly, and your system is instead trying to run the script<br>
directly in whatever shell you are currently running (which seems to be<br>
Bash).<br>
<br>
<a href="http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Examples" target="_blank">http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Examples</a><br>
<br>
In the case of the jobqueue, it currently passes everything through the<br>
Bourne shell (/bin/sh), but the end result would be the same.<br>
<div><div>_______________________________________________<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/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div></div><div>Wouldnt that prevent the other script from not working also? </div>
</blockquote></div>When running with " " for "<Chanid>"and "<starttime>"<div><br></div><div>I instead get</div><div><br></div><div>chanid, starttime = sys.arg[1:3]</div><div>ValueError: need more than 1 value to unpack</div>
<div><br></div><div><br></div>