Bugs item #1511736, was opened at 2006-06-24 13:59
Message generated for change (Comment added) made by nshmyrev
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1511736&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Shmyrev Nick (nshmyrev)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python gettext doesn't support libglade (again)

Initial Comment:
It looks like bug 516412 is returned back. I have glade
interface untranslated in meld application from
meld.sourceforge.net

Python 2.4.2 (#1, Feb 12 2006, 03:59:46)
[GCC 4.1.0 20060210 (Red Hat 4.1.0-0.24)] on linux2

pygtk2-devel-2.8.4-1.1

Opening a new one according to comments of loewis

http://sourceforge.net/tracker/?func=detail&atid=105470&aid=516412&group_id=5470

----------------------------------------------------------------------

>Comment By: Shmyrev Nick (nshmyrev)
Date: 2006-06-24 14:02

Message:
Logged In: YES 
user_id=598622

This code cures the problem, but of course it's just a
workaround

gtk.glade.bindtextdomain(APP, DIR)
gtk.glade.textdomain(APP)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1511736&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to