Hi,

I'm having problems with the source install downloaded from your website.
This is the traceback:

$ sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    from dabo.__version__ import version
  File "/Users/UserName/Desktop/dabo/dabo/__init__.py", line 129, in 
<module>
    import dLocalize
  File "/Users/UserName/Desktop/dabo/dabo/dLocalize.py", line 11, in 
<module>
    _defaultLanguage, _defaultEncoding = locale.getdefaultlocale()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py",
 
line 441, in getdefaultlocale
    return _parse_localename(localename)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py",
 
line 373, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
$

I suppose that you are using the default factory python, as me. Being 
new to the Mac I still haven't wrapped my head around python on the OSX, 
so I might be doing something wrong. I appologize for being of topic, 
apart from the source install not working with the default Python 
install on OSX Leopard 10.5.6, but if you can give me any pointers or 
point me to any resources that would benefit a new Python user on the 
Mac, it would be great. On Windows I have no problems, I can tweak my 
Python install .pth files, different installs, etc  with no problems but 
on the Mac it's a nightmare.

Anyway, here's the report. If you have any extra time to correct my 
inability it would be great.
Txs,
Miguel

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to