Kuku

Produces the following error:
- <type 'exceptions.AttributeError'> Traceback (most
recent call last)
- /usr/bin/sugar-activity in <module>()
- 99 class_name = splitted_module[1]
- 100
- --> 101 module = __import__(module_name)
- global module = undefined
- global __import__ = undefined
- global module_name = 'activity'
- 102 for comp in module_name.split('.')[1:]:
- 103 module = getattr(module, comp)
- /home/olpc/Activities/Kuku.activity/activity.py in
<module>()
- 1 import olpcgames
- 2
- ----> 3 class
KukuActivity(olpcgames.activity.PyGameActivity):
- global KukuActivity = undefined
- global olpcgames.activity.PyGameActivity =
undefined
- 4 """The classic (and boring game) as a Sugar
activity."""
- 5
- <type 'exceptions.AttributeError'>: 'module' object
has no attribute 'activity'
Page last changed:
06/11/2008
|