On 9 Jul 2010, at 05:58, Walter Bender <walter.bender at gmail.com> wrote: > +from gettext import gettext as _ > + > +import gtk > +import gconf > +import os Move the os import to the first block :) Nice work! Marco