I've seen this crop up once or twice in the archives, but I'm not sure what
the solution is from my perspective.

I've just installed the release version of Dabo by (having install the
prerequisites) downloading the release .tgz, unpacking it and running:

rho...@gnudebst:~/Tools/dabo$ sudo python setup.py install

So far so good.  Let's have a look at that there demo, then.

rho...@gnudebst:~/Tools/dabo/demo$ python DaboDemo.py
Traceback (most recent call last):
   File "DaboDemo.py", line 6, in <module>
     import dabo
   File "/usr/local/lib/python2.6/dist-packages/dabo/__init__.py", line  
130, 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'

I'm on Ubuntu 9.04, with a locale of en_GB.UTF-8 and nothing in
particular set (i.e. locale.getlocale() returns (None, None))

So what do I do now?

-- 
Rhodri James *-* Wildebeest Herder to the Masses


_______________________________________________
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/op.uxff2rbpa8n...@gnudebst

Reply via email to