Re: Help Need in running a Python Program from terminal

2010-10-26 Thread Raji
Greetings Philip ! > File "openastro.py", line 90, in > >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)

Re: Help Need in running a Python Program from terminal

2010-10-25 Thread Philip Semanchuk
On Oct 25, 2010, at 7:16 AM, Raji wrote: > Greetings ! > > I want to analyse and debug a python program ( its a astrology application > ) > > Downloaded the code from here http://openastro.org/?Download > for Ubuntu > > When i executed the main file python o

Help Need in running a Python Program from terminal

2010-10-25 Thread Raji
Greetings ! I want to analyse and debug a python program ( its a astrology application ) Downloaded the code from here http://openastro.org/?Download for Ubuntu When i executed the main file python openastro.py from terminal i stopped with the following error