duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #25920] NameError when calling _()


From: Kenneth Loafman
Subject: [Duplicity-tracker] [bug #25920] NameError when calling _()
Date: Wed, 18 Mar 2009 22:45:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.04 (hardy) Firefox/3.0.7

Update of bug #25920 (project duplicity):

                  Status:                    None => In Progress            
             Assigned to:                    None => loafman                

    _______________________________________________________

Follow-up Comment #1:

Check to make sure that you're running a current version, 0.5.12, and that
duplicity (/usr/bin/duplicity) has the gettext lines in it before any of the
imports from duplicity:

from __future__ import generators
import getpass, gzip, os, sys, time, types
import traceback

import gettext
gettext.install('duplicity')

import duplicity.backends
import duplicity.errors

<snip>

The gettest.install('duplicity') will install the '_' function as a global
and allow for translations (someday).


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25920>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]