Opened 11 years ago
Closed 11 years ago
#3614 closed defect (fixed)
Fatal Error when starting TamTamMini V 63
Reported by: | Alvar | Owned by: | alsroot |
---|---|---|---|
Priority: | Urgent | Milestone: | Unspecified |
Component: | TamTam | Version: | Unspecified |
Severity: | Blocker | Keywords: | TamTamMini |
Cc: | Distribution/OS: | Debian | |
Bug Status: | Unconfirmed |
Description
I upgrade to the last version of TamTamMini and dos not start. the log error is this:
Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
Traceback (most recent call last):
File "/usr/bin/sugar-activity", line 21, in <module>
main.main()
File "/usr/lib/python2.7/site-packages/sugar/activity/main.py", line
158, in main
create_activity_instance(activity_constructor, activity_handle)
File "/usr/lib/python2.7/site-packages/sugar/activity/main.py", line
37, in create_activity_instance
activity = constructor(handle)
File "/home/sugar/Activities/TamTamMini.activity/TamTamMini.py",
line 83, in init
logging.debug('DescriptionItem button is not available,' +
NameError: global name 'logging' is not defined
Exited with status 1, pid 12575 data (None, <open file '<fdopen>',
mode 'w' at 0xa63cc28>,
dbus.ByteArray('01d69fbebec54d2b79d85ce58bb04d61cf77772d',
variant_level=1))
Change History (3)
comment:1 Changed 11 years ago by Alvar
comment:2 Changed 11 years ago by RafaelOrtiz
Fixed by http://git.sugarlabs.org/tamtam/tamtam/commit/86775d20d96053e01139602adcae27fc561bbee1
It's on v64 of tamtam mini.
comment:3 Changed 11 years ago by alsroot
- Resolution set to fixed
- Status changed from new to closed
So, I'm closing the ticket.
I solve this editing TamTamMini.py and adding import logging
Gonzalo Odiard give me that sugest and works fine!