Re: Meld Locale Errors

2013-06-20 Thread Jasper Frumau
Anybody any ideas how I can fix the below mentioned locale issue? Would really love to get Meld back up and running again. On Wed, Jun 12, 2013 at 9:31 AM, Jasper Frumau jasperfru...@gmail.comwrote: When I want to run Meld I get the following errors: $meld Traceback (most recent call last):

Re: Meld Locale Errors

2013-06-20 Thread Jasper Frumau
On line 75 of the meld unix exectuable I added en_US locale.setlocale(locale.LC_ALL,'en_US') I got Couldn't bind the translation domain. Some translations won't work. (process:22395): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale.

Meld Locale Errors

2013-06-11 Thread Jasper Frumau
When I want to run Meld I get the following errors: $meld Traceback (most recent call last): File /opt/local/bin/meld, line 75, in module locale.setlocale(locale.LC_ALL,'') File /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py, line 547, in setlocale