Hi,

I am trying to build a Debian package for dabo (version 0.9.1) using
pycentral (http://python-modules.alioth.debian.org/python-central_howto.txt)
and the common debian build system
(http://build-common.alioth.debian.org/). So far I have been
successful in building a deb file that installs without problems and
required only one change to the upstream source which was to change
the value of DEFAULT_VERSION  to "0.6c8" from "0.6c9" in ez_setup.py.
I made this change since the recent version of Debian (lenny) ships
with version 0.6c8 of setuptools.

However on trying "import dabo" after installation I get the following error :

>>> import dabo
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/dabo/__init__.py", line 130,
in <module>
     dLocalize.install("dabo")
  File "/usr/lib/python2.5/site-packages/dabo/dLocalize.py", line 56, in install
     setLanguage(_defaultLanguage, _defaultEncoding)
  File "/usr/lib/python2.5/site-packages/dabo/dLocalize.py", line 76,
in setLanguage
     daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=lang, codeset=charset)
  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 .

Please let me know if you need any further information. Sorry if this
is a known problem with a patch. Kindly do point me to it in that
case.

regards
b thomas

_______________________________________________
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