#572 closed defect (fixed)
Record won't launch due to _sha_data attr (among other reasons)
Reported by: | walter | Owned by: | tomeu |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | Sugar | Version: | 0.84.x |
Severity: | Blocker | Keywords: | |
Cc: | dsd | Distribution/OS: | Ubuntu |
Bug Status: | Unconfirmed |
Description
This is a problem on Caixa Magica and Ubuntu (jhbuild) and probably other distros as well.
Traceback (most recent call last):
File "/home/walter/sugar-jhbuild/install/bin/sugar-activity", line 21, in <module>
main.main()
File "/home/walter/sugar-jhbuild/install/lib/python2.5/site-packages/sugar/activity/main.py", line 105, in main
module = import(module_name)
File "/home/walter/Activities/Record.activity/record.py", line 36, in <module>
from model import Model
File "/home/walter/Activities/Record.activity/model.py", line 42, in <module>
from constants import Constants
File "/home/walter/Activities/Record.activity/constants.py", line 9, in <module>
from instance import Instance
File "/home/walter/Activities/Record.activity/instance.py", line 11, in <module>
class Instance:
File "/home/walter/Activities/Record.activity/instance.py", line 13, in Instance
keyHash = util._sha_data(key)
AttributeError: 'module' object has no attribute '_sha_data'
1237420237.126320 DEBUG root: _cleanup_temp_files
Change History (5)
comment:1 Changed 14 years ago by tomeu
comment:2 Changed 14 years ago by tomeu
- Severity changed from Unspecified to Blocker
comment:3 Changed 14 years ago by erikos
- Milestone changed from Unspecified by Release Team to 0.84
comment:4 Changed 14 years ago by erikos
- Cc dsd added
- Resolution set to fixed
- Status changed from new to closed
Tomeu reported that dsd fixed this already. The sha_data change has been added to the release notes as well.
A fix for this seems to have been released in version 60.
Why do we have older releases running with 0.84 Sugar?