After dabo installation on Ubuntu 10.04, I opened the Python Shell and
added the "import dabo" line and the following error message was
returned. Any help would be greatly appreciated. 

>>> import dabo
2011-03-07 21:21:54 - ERROR - 
No translation file found for domain 'dabo'.
    Locale dir = /usr/lib/locale
    Languages = ['en_US']
    Codeset = UTF8 
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import dabo
  File "/usr/local/lib/python2.6/dist-packages/dabo/__init__.py", line
291, in <module>
    dLocalize.install("dabo")
  File "/usr/local/lib/python2.6/dist-packages/dabo/dLocalize.py", line
79, in install
    setLanguage(_defaultLanguage, _defaultEncoding)
  File "/usr/local/lib/python2.6/dist-packages/dabo/dLocalize.py", line
113, in setLanguage
    daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=["en"], codeset=charset)
  File "/usr/lib/python2.6/gettext.py", line 484, in translation
    raise IOError(ENOENT, 'No translation file found for domain',
domain)
IOError: [Errno 2] No translation file found for domain: 'dabo'
>>> 

Regards, 

Brent Pinkston


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
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/1299551495.24585.4.camel@bpinkston-linux

Reply via email to