[augeas-devel] Simple pyGTK Augeas viewer

François Deppierraz francois.deppierraz at camptocamp.com
Wed Mar 18 13:56:53 UTC 2009


Hi Raphaël,

2009/3/18 Raphaël Pinson <raphink at gmail.com>:

>  $ ./augview.py
> from: can't read /var/mail/augeas
> ./augview.py: line 3: syntax error near unexpected token `'2.0''
> ./augview.py: line 3: `pygtk.require('2.0')'

You should probably add a shebang like this one at the beginning of the script.

#!/usr/bin/env python

Or simply run this script directly with the python interpreter.

python augview.py

-- 
François Deppierraz
Camptocamp SA




More information about the augeas-devel mailing list