On Sun, Jan 29, 2012 at 08:32:38PM +0100, mk0...@towb.de wrote:
> I need locale.bindtextdomain (to influence PyGTK) but in the Python supplied 
> with Snow Leopard it doesn't exist!?

OS X does not provide gettext.  You'll need to compile your own Python
against the version of gettext PyGTK is using, or use another method
of calling bindtextdomain (e.g. ctypes).

-- 
Nicholas Riley <njri...@illinois.edu>
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to