Ticket #256 (closed defect: out of date)
Umit crashes after install on MacOS X
| Reported by: | cassiano | Owned by: | luis |
|---|---|---|---|
| Priority: | high | Milestone: | Umit 1.0RC |
| Component: | Umit | Version: | 0.9.5 |
| Keywords: | Cc: | luis |
Description
I installed Umit from macports and got the follow error when I start Umit first time:
Traceback (most recent call last):
File "/opt/local/bin/umit", line 34, in <module>
from umitCore.I18N import _
File "/opt/local/lib/python2.5/site-packages/umitCore/I18N.py", line 42, in <module>
LANG, ENC = locale.getlocale()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py", line 462, in getlocale
return _parse_localename(localename)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py", line 375, in _parse_localename
raise ValueError?, 'unknown locale: %s' % localename
ValueError?: unknown locale: UTF-8
