Greetings !

I want to analyse and debug a python program  ( its a astrology application
)

Downloaded the code from here http://openastro.org/?Download
<http://openastro.org/?Download%20>for Ubuntu

When i executed the main file python openastro.py from terminal i stopped
with the following error

Traceback (most recent call last):
  File "openastro.py", line 90, in <module>
    TRANSLATION[LANGUAGES[i]] =
gettext.translation("openastro",TDomain,languages=['en'])
  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: 'openastro'


Need help to solve this error

-- 
Regards

Raji

http://sraji.wordpress.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to