Ed Leafe wrote: > On Mar 12, 2009, at 12:12 PM, Balbir Thomas wrote: > >> File "/usr/lib/python2.5/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' >> >> >> I would appreciate it if dabo developers could have a closer look at >> this. Is there an absolute requirement for python setuptools version >> 0.6c9 to install dabo version 0.9.1 ? Incidentally the same problem >> occurs with dabo version 0.8.3 . > > It's not a setuptools problem; what happened is that the build > process most likely did not include the dabo/locale directory. It has > to be added explicitly, like the image resources and other non-code > parts.
Yes, search for 'locale' in dabo/setup.py Paul _______________________________________________ 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]
