Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#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 15 years ago by tomeu

A fix for this seems to have been released in version 60.

Why do we have older releases running with 0.84 Sugar?

comment:2 Changed 15 years ago by tomeu

  • Severity changed from Unspecified to Blocker

comment:3 Changed 15 years ago by erikos

  • Milestone changed from Unspecified by Release Team to 0.84

comment:4 Changed 15 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.

comment:5 Changed 11 years ago by godiard

  • Milestone 0.84 deleted

Milestone 0.84 deleted

Note: See TracTickets for help on using tickets.