Ticket #743 (closed defect: fixed)
Hablar con Sara does not load on Soas2
| Reported by: | Jose Icaza | Owned by: | RafaelOrtiz |
|---|---|---|---|
| Priority: | Normal | Milestone: | Unspecified by Release Team |
| Component: | Sugar on a Stick (SoaS) | Version: | 0.84.x |
| Severity: | Major | Keywords: | hablar con sara, soas2 0.84 |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | New |
Description
This is one of the recommended activities.
SoaS2-200904091547 running on Dell Latitude D619/Windows XP
To repeat bug:
Download Sara with the Sugar browser pointing to SugarLabs Activities. Click on it in the journal: it does not load. Log shows syntax error:
/usr/lib/python2.6/site-packages/sugar/util.py:25: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
File "/usr/bin/sugar-activity", line 21, in <module>
main.main()
File "/usr/lib/python2.6/site-packages/sugar/activity/main.py", line 105, in main
module = import(module_name)
File "/home/liveuser/Activities/HablarConSara.activity/activity.py", line 59, in <module>
import voice
File "/home/liveuser/Activities/HablarConSara.activity/voice.py", line 104
as = re.split(r'[a-z]+', a.lower())
SyntaxError: invalid syntax
