[Pythonmac-SIG] locale module missing function

Nicholas Riley njriley at illinois.edu
Sun Jan 29 21:05:41 CET 2012


On Sun, Jan 29, 2012 at 08:32:38PM +0100, mk0423 at 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 <njriley at illinois.edu>


More information about the Pythonmac-SIG mailing list