Hi,

I'm using ubuntu 9.04 and the latest release of dabo. Right now i've
installed python 2.6 (i used python 2.5 before) and reinstalled dabo
using "python setup.py install".

The install seems fine, but when to type "import dabo" in the python
shell i've got the error:
>>> import dabo
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/dabo/__init__.py", line
132, in <module>
    dLocalize.install("dabo")
  File "/usr/local/lib/python2.6/dist-packages/dabo/dLocalize.py",
line 56, in install
    setLanguage(_defaultLanguage, _defaultEncoding)
  File "/usr/local/lib/python2.6/dist-packages/dabo/dLocalize.py",
line 76, in setLanguage
    daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=lang, 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'


daboLocaleDir is /usr/lib/ocale the language is "it_IT" and the
charset "UTF8". In the daboLocaleDir i HAVE
the dir "it_IT.utf8". Is it related to the different case of UTF8 and utf8 ?
What's wrong ?

Thanks,
Emanuele


_______________________________________________
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