You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2014-11-11 12:05:05 - ERROR -
No translation file found for domain 'dabo'.
Locale dir = /usr/lib/locale
Languages = ['en_US']
Codeset = UTF-8
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/juser/test/local/lib/python2.7/site-packages/dabo/__init__.py", line 186, in <module>
dLocalize.install("dabo")
File "/home/juser/test/local/lib/python2.7/site-packages/dabo/dLocalize.py", line 79, in install
setLanguage(_defaultLanguage, _defaultEncoding)
File "/home/juser/test/local/lib/python2.7/site-packages/dabo/dLocalize.py", line 113, in setLanguage
daboTranslation = gettext.translation("dabo", daboLocaleDir, languages=["en"], codeset=charset)
File "/usr/lib/python2.7/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'
For me it is low priority, I have simple enough workaround:
cd $(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
git clone https://github.com/dabodev/dabo.git dabo-master
ln -s dabo-master/dabo
cd -
The text was updated successfully, but these errors were encountered:
This issue has existed for years. I think I logged it in previous issue tracker. it is mentioned in #12
(test)juser@dhcp244:
$ virtualenv test$ cd test/New python executable in test/bin/python
Installing setuptools, pip...done.
(test)juser@dhcp244:
(test)juser@dhcp244:
/test$ . bin/activate/test$ pip install git+https://github.com/dabodev/dabo(test)juser@dhcp244:
(test)juser@dhcp244:~/test$ python -c "import dabo"
For me it is low priority, I have simple enough workaround:
The text was updated successfully, but these errors were encountered: