Re: [Pythonmac-SIG] locale module missing function

2012-01-29 Thread Nicholas Riley
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 
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG


[Pythonmac-SIG] locale module missing function

2012-01-29 Thread mk0423
I need locale.bindtextdomain (to influence PyGTK) but in the Python supplied 
with Snow Leopard it doesn't exist!?
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG