I think it is a translation problem.
I did what Kanor told us to do here
http://forum.ubuntu-fr.org/viewtopic.php?id=410923&p=2
and now Openastro can launch itself
-----------------------------------
You have to change some code in the file /usr/bin/openastro.py
Console :
sudo gedit /usr/bin/openastro.py
Look for these lines :
try:
TRANSLATION["default"] = gettext.translation("openastro",TDomain)
except IOError:
TRANSLATION["default"] =
gettext.translation("openastro",TDomain,languages=['en'])
print "OpenAstro.org has not yet been translated in your language!"
And change them for these lines :
#try:
# TRANSLATION["default"] = gettext.translation("openastro",TDomain)
#except IOError:
TRANSLATION["default"] =
gettext.translation("openastro",TDomain,languages=['en'])
# print "OpenAstro.org has not yet been translated in your language!"
It is a encoding problem
next time you lauch OpenAstro, do it this way in console:
openastro.py --dbcheck
--
IndexError: list assignment index out of range
https://bugs.launchpad.net/bugs/471437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs