Buddy of mine checked out trunk, set the .pth file, and got this error:

File "<pyshell#0>", line 1, in <module>
   import dabo
 File "C:\projects\dabo2\dabo\_init_.py", line 129, in <module>
   dLocalize.install("dabo")
 File "C:\projects\dabo2\dabo\dLocalize.py", line 53, in install
   setLanguage(_defaultLanguage, _defaultEncoding)
 File "C:\projects\dabo2\dabo\dLocalize.py", line 73, in setLanguage
   daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=lang, codeset=charset)
 File "C:\Python25\lib\gettext.py", line 469, in translation
   raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'dabo'

Thoughts?

Nate L.


_______________________________________________
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