Hi there,
following the advice Paul gave to Simen I tried to get my application
running again, but had no sucess yet.

  File "dabo/__init__.pyc", line 128, in <module>
  File "dabo/dLocalize.pyc", line 53, in install
  File "dabo/dLocalize.pyc", line 73, in setLanguage
  File "gettext.pyc", line 469, in translation
IOError: [Errno 2] No translation file found for domain: 'dabo'

My py2app data_files use the locales:

localeDir = os.path.join(os.path.split(dabo.__file__)[0], 'locale')
locales = [
        ('dabo.locale', ( os.path.join(localeDir, 'dabo.pot'), ) ),
        ('dabo.locale/de/LC_MESSAGES', (os.path.join(localeDir, 'de',
'LC_MESSAGES', 'dabo.mo'),)),
        ('dabo.locale/en/LC_MESSAGES', (os.path.join(localeDir, 'en',
'LC_MESSAGES', 'dabo.mo'),)),
        ]

The dabo.locale directory is created in my App's Resources.
What's wrong?


Greetligs, Hraban


_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/dabo-users/[EMAIL PROTECTED]

Reply via email to