<br><br><div class="gmail_quote">On Wed, Mar 18, 2009 at 2:56 PM, François Deppierraz <span dir="ltr"><<a href="mailto:francois.deppierraz@camptocamp.com">francois.deppierraz@camptocamp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Raphaël,<br>
<br>
2009/3/18 Raphaël Pinson <<a href="mailto:raphink@gmail.com">raphink@gmail.com</a>>:<br>
<div class="im"><br>
>  $ ./augview.py<br>
> from: can't read /var/mail/augeas<br>
> ./augview.py: line 3: syntax error near unexpected token `'2.0''<br>
> ./augview.py: line 3: `pygtk.require('2.0')'<br>
<br>
</div>You should probably add a shebang like this one at the beginning of the script.<br>
<br>
#!/usr/bin/env python<br>
<br>
Or simply run this script directly with the python interpreter.<br>
<br>
python augview.py</blockquote><div><br><br>Ooops, that should have been quite obvious, sorry....<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<font color="#888888"><br>
--<br>
François Deppierraz<br>
Camptocamp SA<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
augeas-devel mailing list<br>
<a href="mailto:augeas-devel@redhat.com">augeas-devel@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/augeas-devel" target="_blank">https://www.redhat.com/mailman/listinfo/augeas-devel</a><br>
</div></div></blockquote></div><br>