International APPs / pygettext

Ingo Linkweiler i.linkweiler at web.de
Fri Oct 18 13:25:53 EDT 2002


> import __biltin__
> __biltin__ = lambda m: m

I now use this:

import __builtin__
__builtin__.__dict__['_'] = _

Thanks for your help, now I can start to translate my software. The 
results will be announced at c.l.p.announce soon 8-)M

Ingo




More information about the Python-list mailing list