Help Need in running a Python Program from terminal
Raji
sraji.me at gmail.com
Mon Oct 25 07:16:59 EDT 2010
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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101025/86193d08/attachment.html>
More information about the Python-list
mailing list